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 物件的索引。

屬性值

EncryptedReference

位於指定索引處的 ReferenceList 物件。

適用於