ReferenceList.Item(Int32) Метод

Определение

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

public:
 System::Security::Cryptography::Xml::EncryptedReference ^ Item(int index);
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

Параметры

index
Int32

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

Возвращаемое значение

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

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