Partager via


ModelProperty.IsDictionary, 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 ItemDictionary.

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

Valeur de propriété

Type : System.Boolean
true si la valeur de propriété est ItemDictionary ; 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