Partager via


PropertyValue.IsCollection, propriété

En cas de substitution dans une classe dérivée, obtient une valeur indiquant si cette PropertyValue est une collection.

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 IsCollection As Boolean
    Get
public abstract bool IsCollection { get; }
public:
virtual property bool IsCollection {
    bool get () abstract;
}
abstract IsCollection : bool
abstract function get IsCollection () : boolean

Valeur de propriété

Type : System.Boolean
true si PropertyValue est une collection ; sinon, false.

Notes

Si une instance de PropertyValue représente une valeur qui est une collection, elle utilise la propriété Collection pour retourner PropertyValueCollection. 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é