ReferenceList.Item(Int32) メソッド

定義

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

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

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

戻り値

EncryptedReference

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

適用対象