Proprietà GraphConditionalStyleCollection.HasPendingPropertyChangeEvents

Restituisce true se esistono gli eventi in corso di PropertyChange.Se restituisce true, chiamare il metodo di RaisePendingPropertyChangeEvents.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
Restituisca il valore Boolean.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphConditionalStyleCollection Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel.Styles