ListView.IDataBoundListControl.ClientIDRowSuffix 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料欄位的名稱,這個資料欄位的值會在 ListView 屬性設為 ClientIDMode 時,用來識別 Predictable 控制項的每個唯一的資料列。
property cli::array <System::String ^> ^ System::Web::UI::WebControls::IDataBoundListControl::ClientIDRowSuffix { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
string[] System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix { get; set; }
member this.System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix : string[] with get, set
Property ClientIDRowSuffix As String() Implements IDataBoundListControl.ClientIDRowSuffix
屬性值
String[]
資料欄位的名稱,這個資料欄位的值會在 ASP.NET 產生 ListView 值時,用來識別 ClientID 控制項的每個唯一的執行個體。
實作
備註
這個成員是明確介面成員實作, 只有在 ListView 執行個體轉換成 IDataKeysControl 介面時,才能使用這個成員。