Compartir a través de


PropertyFilter.IsEmpty (Propiedad)

Obtiene un valor que indica si PropertyFilter tiene algún predicado.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean
true si este PropertyFilter no tiene ningún predicado; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

PropertyFilter Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades