Partager via


TransformChain.Item[Int32] Propriété

Définition

Obtient la transformation située à l'index spécifié dans l'objet TransformChain.

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

Paramètres

index
Int32

Index dans l'objet TransformChain qui spécifie la transformation à retourner.

Valeur de propriété

Transform

Transformation située à l'index spécifié dans l'objet TransformChain.

Exceptions

Le paramètre index est supérieur au nombre de transformations.

S’applique à