ReferenceList.ItemOf[Int32] Свойство

Определение

Получает или задает объект DataReference или KeyReference по указанному индексу.

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

Параметры

index
Int32

Индекс возвращаемого объекта DataReference или KeyReference.

Значение свойства

EncryptedReference

Объект ReferenceList, расположенный по указанному индексу.

Применяется к