IdentityReferenceCollection.Item[Int32] 屬性

定義

取得或設定位在 IdentityReferenceCollection 集合中指定索引處的節點。

public:
 property System::Security::Principal::IdentityReference ^ default[int] { System::Security::Principal::IdentityReference ^ get(int index); void set(int index, System::Security::Principal::IdentityReference ^ value); };
public System.Security.Principal.IdentityReference this[int index] { get; set; }
member this.Item(int) : System.Security.Principal.IdentityReference with get, set
Default Public Property Item(index As Integer) As IdentityReference

參數

index
Int32

IdentityReferenceCollection 集合中以零起始的索引。

屬性值

IdentityReference

位在集合中指定索引處的 IdentityReference。 如果 index 大於或等於集合中的節點數,則傳回值為 null

適用於