次の方法で共有


EntityViewContainer.GetViewAt(Int32) メソッド

定義

ビューとそのキーが格納されている指定されたインデックス位置のキー/値のペアを返します。

protected:
 abstract System::Collections::Generic::KeyValuePair<System::String ^, System::String ^> GetViewAt(int index);
protected abstract System.Collections.Generic.KeyValuePair<string,string> GetViewAt (int index);
abstract member GetViewAt : int -> System.Collections.Generic.KeyValuePair<string, string>
Protected MustOverride Function GetViewAt (index As Integer) As KeyValuePair(Of String, String)

パラメーター

index
Int32

ビューのインデックス。

戻り値

ビューとそのキーが格納されている指定された index 位置のキー/値のペア。

適用対象