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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Model, espace de noms