EntityViewContainer.GetViewAt(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビューとそのキーが格納されている指定されたインデックス位置のキー/値のペアを返します。
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
位置のキー/値のペア。