ReferenceList.Item(Int32) Método

Definición

Devuelve el objeto DataReference o KeyReference situado en el índice especificado.

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

Índice del objeto DataReference o KeyReference que se va a devolver.

Devoluciones

EncryptedReference

Objeto DataReference o KeyReference situado en el índice especificado.

Se aplica a