PropertyValue.Collection, propriété

En cas de substitution dans une classe dérivée, obtient une PropertyValueCollection d'objets représentant la valeur de PropertyValue.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection
Collection d'objets représentant la valeur de PropertyValue.

Notes

Si une instance de PropertyValue représente une valeur qui est une collection, elle utilise la propriété Collection pour retourner PropertyValueCollection. Vous pouvez utiliser la propriété IsCollection pour déterminer si PropertyValue représente une valeur qui est une collection. La propriété RowDefinitions est un exemple de propriété dont la valeur est une collection.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété