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 개체입니다.

적용 대상