IWebPartParameters.Schema 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要由消費者接收之資料的屬性描述子。
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。
備註
Schema屬性提供介面所傳遞之資料的屬性資訊。 轉換器和取用者控制項可以查詢這個屬性,以取得介面實例中所包含之欄位的類型、內容和其他詳細資料的相關資訊 IWebPartParameters 。