共用方式為


PropertyValue.Collection 屬性

在衍生類別中覆寫時,取得表示 PropertyValue 值之物件的 PropertyValueCollection

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

語法

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

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection
表示 PropertyValue 值的物件集合。

備註

如果 PropertyValue 的執行個體代表的值是一個集合,則此執行個體會使用 Collection 屬性以傳回 PropertyValueCollection。 您可以使用 IsCollection 屬性,判斷 PropertyValue 是否表示做為集合的值。 例如,RowDefinitions 屬性就是值為集合的屬性。

.NET Framework 安全性

請參閱

參考

PropertyValue 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

PropertyEntry

PropertyValueEditor

其他資源

WPF 設計工具擴充性

屬性編輯架構