ReferenceList.Item(Int32) Método

Definición

Devuelve el DataReference objeto o KeyReference 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 DataReference objeto o KeyReference que se va a devolver.

Devoluciones

Objeto DataReference o KeyReference en el índice especificado.

Se aplica a