TransformChain.Item[Int32] Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transform at the specified index in the TransformChain object.
public:
 property System::Security::Cryptography::Xml::Transform ^ default[int] { System::Security::Cryptography::Xml::Transform ^ get(int index); };public System.Security.Cryptography.Xml.Transform this[int index] { get; }member this.Item(int) : System.Security.Cryptography.Xml.TransformDefault Public ReadOnly Property Item(index As Integer) As TransformParameters
- index
- Int32
The index into the TransformChain object that specifies which transform to return.
Property Value
The transform at the specified index in the TransformChain object.
Exceptions
The index parameter is greater than the number of transforms.