EntityViewContainer.GetViewAt(Int32) Metódus

Definíció

A kulcs/érték pár értékét adja vissza a megadott indexben, amely tartalmazza a nézetet és annak kulcsát.

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)

Paraméterek

index
Int32

A nézet indexe.

Válaszok

A nézetet és annak kulcsát tartalmazó kulcs/érték pár index.

A következőre érvényes: