ReferenceList.Item(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o DataReference objeto ou KeyReference o objeto no índice especificado.
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
Parâmetros
- index
- Int32
O índice do objeto ou DataReference do KeyReference objeto a ser retornado.
Retornos
O DataReference objeto ou KeyReference o objeto no índice especificado.