ListView.IDataBoundControl.DataKeyNames プロパティ

定義

データ バインド コントロールに表示される項目の主キー フィールドの名前が格納された配列を取得または設定します。

property cli::array <System::String ^> ^ System::Web::UI::WebControls::IDataBoundControl::DataKeyNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
string[] System.Web.UI.WebControls.IDataBoundControl.DataKeyNames { get; set; }
member this.System.Web.UI.WebControls.IDataBoundControl.DataKeyNames : string[] with get, set
 Property DataKeyNames As String() Implements IDataBoundControl.DataKeyNames

プロパティ値

String[]

データ バインド コントロールに表示される項目の主キー フィールドの名前が格納された配列。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ListView のインスタンスが IDataBoundControl インターフェイスにキャストされる場合のみ、使用できます。

適用対象