ReferenceList.ItemOf[Int32] プロパティ

定義

指定したインデックスの位置にある DataReference オブジェクトまたは KeyReference オブジェクトを取得または設定します。

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

返される DataReference オブジェクトまたは KeyReference オブジェクトのインデックス。

プロパティ値

EncryptedReference

指定したインデックス位置にある ReferenceList オブジェクト。

適用対象