共用方式為


IWebPartParameters.Schema 屬性

定義

取得要由消費者接收之資料的屬性描述子。

public:
 property System::ComponentModel::PropertyDescriptorCollection ^ Schema { System::ComponentModel::PropertyDescriptorCollection ^ get(); };
public System.ComponentModel.PropertyDescriptorCollection Schema { get; }
member this.Schema : System.ComponentModel.PropertyDescriptorCollection
Public ReadOnly Property Schema As PropertyDescriptorCollection

屬性值

PropertyDescriptorCollection

描述資料的 PropertyDescriptorCollection

備註

Schema屬性提供介面所傳遞之資料的屬性資訊。 轉換器和取用者控制項可以查詢這個屬性,以取得介面實例中所包含之欄位的類型、內容和其他詳細資料的相關資訊 IWebPartParameters

適用於