IdentityReferenceCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定位在 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。 如果 index
大於或等於集合中的節點數,則傳回值為 null
。