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
處的索引鍵/值組,其中包含檢視及其索引鍵。