TransformChain.Item[Int32] Property

Definition

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.Transform
Default Public ReadOnly Property Item(index As Integer) As Transform

Parameters

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.

Applies to