ReferenceList.ItemOf[Int32] Właściwość

Definicja

Pobiera lub ustawia DataReference obiekt lub KeyReference w określonym indeksie.

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

Parametry

index
Int32

Indeks DataReference obiektu lub KeyReference , który ma być zwracany.

Wartość właściwości

Obiekt ReferenceList w określonym indeksie.

Dotyczy