ListView.IDataBoundControl.DataKeyNames 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定陣列,這個陣列包含資料繫結控制項中所顯示項目的主索引鍵欄位名稱。
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 介面時,才能使用這個成員。