ReferenceList.Item(Int32) 方法

定义

返回位于指定索引处的 DataReferenceKeyReference 对象。

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 对象的索引。

返回

位于指定索引处的 DataReferenceKeyReference 对象。

适用于