共用方式為


ModelItem.Properties 屬性

更新:2007 年 11 月

在衍生類別中覆寫時,取得這個物件上的公用屬性。

命名空間:  Microsoft.Windows.Design.Model
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

Public MustOverride ReadOnly Property Properties As ModelPropertyCollection

Dim instance As ModelItem
Dim value As ModelPropertyCollection

value = instance.Properties
public abstract ModelPropertyCollection Properties { get; }
public:
virtual property ModelPropertyCollection^ Properties {
    ModelPropertyCollection^ get () abstract;
}
public abstract function get Properties () : ModelPropertyCollection

屬性值

型別:Microsoft.Windows.Design.Model.ModelPropertyCollection

ModelPropertyCollection,包含這個 ModelItem 上的屬性。

備註

傳回的屬性集可能隨著附加屬性或編輯範圍的變更而變更。

使用權限

請參閱

參考

ModelItem 類別

ModelItem 成員

Microsoft.Windows.Design.Model 命名空間

其他資源

WPF 設計工具擴充性架構