ObjectList.TableFieldIndices プロパティ

定義

AllFields プロパティ内のフィールドの TableFields コレクション内のインデックスの配列を取得します。 既定値は null です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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

適用対象

こちらもご覧ください