Proprietà PropertyIdentifier.IsEmpty

Ottiene un valore che indica se l'identificatore corrente è stato creato tramite un costruttore vuoto.

Spazio dei nomi:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.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 l'identificatore è stato creato tramite un costruttore vuoto. In caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyIdentifier Struttura

Spazio dei nomi Microsoft.Windows.Design.Metadata