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 コレクションの 0 から始まるインデックス。

プロパティ値

IdentityReference

コレクション内の指定したインデックス位置の IdentityReferenceindex がコレクション内のノードの数以上である場合、戻り値は null です。

適用対象