EntityViewContainer.GetViewAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定索引处的键/值对,其中包含视图和其键。
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
处的键/值对,其中包含视图和其键。