ReferenceList.Item(Int32) Méthode
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.
Retourne le ou DataReference l’objet KeyReference à l’index spécifié.
public:
System::Security::Cryptography::Xml::EncryptedReference ^ Item(int index);
public System.Security.Cryptography.Xml.EncryptedReference? Item(int index);
public System.Security.Cryptography.Xml.EncryptedReference Item(int index);
member this.Item : int -> System.Security.Cryptography.Xml.EncryptedReference
Public Function Item (index As Integer) As EncryptedReference
Paramètres
- index
- Int32
Index de l’objet DataReference à KeyReference retourner.
Retours
Ou DataReferenceKeyReference objet à l’index spécifié.