TransformChain.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la transformation à 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é
Transformation à l’index spécifié dans l’objet TransformChain .
Exceptions
Le index paramètre est supérieur au nombre de transformations.