EntityViewContainer.GetViewAt(Int32) 方法

定义

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

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 处的键/值对,其中包含视图和其键。

适用于