共用方式為


PropertyValue.SubProperties 屬性

在衍生類別中覆寫時,取得這個屬性值的子屬性。

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

語法

'宣告
Public MustOverride ReadOnly Property SubProperties As PropertyEntryCollection
    Get
public abstract PropertyEntryCollection SubProperties { get; }
public:
virtual property PropertyEntryCollection^ SubProperties {
    PropertyEntryCollection^ get () abstract;
}
abstract SubProperties : PropertyEntryCollection
abstract function get SubProperties () : PropertyEntryCollection

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
子屬性的集合。

備註

您可以使用 HasSubProperties 屬性,判斷這個屬性值是否支援子屬性。

.NET Framework 安全性

請參閱

參考

PropertyValue 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyEntry

PropertyValueEditor

其他資源

WPF 設計工具擴充性

屬性編輯架構