共用方式為


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

檢視的索引。

傳回

索引處的索引鍵/值組,其中包含檢視及其索引鍵。

適用於