Share via


ReferenceList.Item(Int32) Método

Definição

Retorna o objeto DataReference ou KeyReference 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 DataReference ou KeyReference a ser retornado.

Retornos

O objeto DataReference ou KeyReference no índice especificado.

Aplica-se a