Sdílet prostřednictvím


EntityViewContainer.GetViewAt(Int32) Metoda

Definice

Vrátí dvojici klíč-hodnota v zadaném indexu, který obsahuje zobrazení a jeho klíč.

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)

Parametry

index
Int32

Index zobrazení.

Návraty

Pár klíč/hodnota v index, který obsahuje zobrazení a jeho klíč.

Platí pro