RowToParametersTransformer.IWebPartParameters.Schema 屬性

定義

取得資料欄位的結構描述資訊,這個資料欄位是用於兩個 Web 組件控制項之間共用資料。

property System::ComponentModel::PropertyDescriptorCollection ^ System::Web::UI::WebControls::WebParts::IWebPartParameters::Schema { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
System.ComponentModel.PropertyDescriptorCollection System.Web.UI.WebControls.WebParts.IWebPartParameters.Schema { get; }
member this.System.Web.UI.WebControls.WebParts.IWebPartParameters.Schema : System.ComponentModel.PropertyDescriptorCollection
 ReadOnly Property Schema As PropertyDescriptorCollection Implements IWebPartParameters.Schema

屬性值

PropertyDescriptorCollection,其中包含資料結構描述。

實作

備註

這個成員是明確介面成員實作, 只有在 RowToParametersTransformer 執行個體轉換成 IWebPartParameters 介面時,才能使用這個成員。

適用於