PropertyValue.IsCollection, propriété

Mise à jour : novembre 2007

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 (dans Microsoft.Windows.Design.dll)

Syntaxe

Public MustOverride ReadOnly Property IsCollection As Boolean

Dim instance As PropertyValue
Dim value As Boolean

value = instance.IsCollection
public abstract bool IsCollection { get; }
public:
virtual property bool IsCollection {
    bool get () abstract;
}
public 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.

Autorisations

Voir aussi

Référence

PropertyValue, classe

Membres PropertyValue

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du concepteur WPF

Architecture d'édition de propriété