Partager via


ModelProperty.IsCollection, propriété

En cas de substitution dans une classe dérivée, obtient une valeur indiquant si la valeur contenue dans la propriété est ItemCollection.

Espace de noms :  Microsoft.Windows.Design.Model
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 la valeur de propriété est ItemCollection ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelProperty Classe

Microsoft.Windows.Design.Model, espace de noms

Autres ressources

Architecture de l'extensibilité du Concepteur WPF