GraphConditionalStyleCollection.IsCompiled-Eigenschaft

Lernen Sie, ob die CompileStyles-Methode aufgerufen werden muss.

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
Gibt Boolean zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphConditionalStyleCollection Klasse

Microsoft.VisualStudio.GraphModel.Styles-Namespace