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

要返回的 DataReferenceKeyReference 对象的索引。

返回

DataReference指定索引处的或KeyReference对象。

适用于