EntityViewContainer.GetViewAt(Int32) 方法

定义

返回指定索引处的键/值对,其中包含视图和其键。

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

视图的索引。

返回

索引 处的键/值对,其中包含视图及其键。

适用于