Dela via


EntityViewContainer.GetViewAt(Int32) Method

Definition

Returns the key/value pair at the specified index, which contains the view and its key.

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)

Parameters

index
Int32

The index of the view.

Returns

The key/value pair at index , which contains the view and its key.

Applies to