Proprietà PropertyFilter.IsEmpty

Ottiene un valore che indica se l'oggetto PropertyFilter dispone di predicati.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsEmpty As Boolean
    Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Valore proprietà

Tipo: System.Boolean
true se questo oggetto PropertyFilter non dispone di predicati; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyFilter Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà