ReferenceList.Item(Int32) Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
DataReference Zwraca obiekt or KeyReference w określonym indeksie.
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
Parametry
- index
- Int32
Indeks DataReference obiektu lub KeyReference , który ma być zwracany.
Zwraca
Obiekt DataReference or KeyReference w określonym indeksie.