Share via


ReferenceList.ItemOf[Int32] 属性

定义

获取或设置位于指定索引处的 DataReferenceKeyReference 对象。

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

要返回的 DataReferenceKeyReference 对象的索引。

属性值

指定索引处的 ReferenceList 对象。

适用于