ObjectList.TableFieldIndices プロパティ

定義

AllFields プロパティのフィールドのTableFields コレクション内のインデックスの配列を取得します。 既定値は null です。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property cli::array <int> ^ TableFieldIndices { cli::array <int> ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int[] TableFieldIndices { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.TableFieldIndices : int[]
Public ReadOnly Property TableFieldIndices As Integer()

プロパティ値

Int32[]

AllFields コレクションのインデックスを表す整数の配列。

属性

注釈

ObjectList コントロールがデータ ソースにバインドされていない場合、または項目が追加されていない場合、TableFieldIndices プロパティはnullを返します。

適用対象

こちらもご覧ください