ReferenceList.ItemOf[Int32] Eigenschap

Definitie

Hiermee haalt u het DataReference object of KeyReference het object op de opgegeven index op.

public:
 property System::Security::Cryptography::Xml::EncryptedReference ^ default[int] { System::Security::Cryptography::Xml::EncryptedReference ^ get(int index); void set(int index, System::Security::Cryptography::Xml::EncryptedReference ^ value); };
public System.Security.Cryptography.Xml.EncryptedReference this[int index] { get; set; }
member this.ItemOf(int) : System.Security.Cryptography.Xml.EncryptedReference with get, set
Default Public Property ItemOf(index As Integer) As EncryptedReference

Parameters

index
Int32

De index van het DataReference of KeyReference object dat moet worden geretourneerd.

Waarde van eigenschap

Het ReferenceList object op de opgegeven index.

Van toepassing op