AutodiscoverResponseCollection<TResponse>.Item[Int32] プロパティ

定義

コレクション内の指定したインデックス位置にある応答を取得します。

public:
 property TResponse default[int] { TResponse get(int index); };
public TResponse this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As TResponse

パラメーター

index
Int32

取得する Response オブジェクトの 0 から始まるインデックス。

プロパティ値

TResponse

コレクション内の指定したインデックス位置の応答。

注釈

Item(System.Int32) プロパティを使用すると、コレクション内の特定 AutodiscoverResponse のを取得できます。 コレクションを列挙する場合は、 メソッドを GetEnumerator() 標準の方法で使用できます。

適用対象