Partager via


GraphConditionalStyleCollection.Compile Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Compiles the conditional expressions in the styles for this Graph.

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

Syntax

'Declaration
Public Sub Compile ( _
    compileErrorCallback As EventHandler(Of GraphErrorEventArgs) _
)
public void Compile(
    EventHandler<GraphErrorEventArgs> compileErrorCallback
)
public:
void Compile(
    EventHandler<GraphErrorEventArgs^>^ compileErrorCallback
)
member Compile : 
        compileErrorCallback:EventHandler<GraphErrorEventArgs> -> unit
public function Compile(
    compileErrorCallback : EventHandler<GraphErrorEventArgs>
)

Parameters

.NET Framework Security

See Also

Reference

GraphConditionalStyleCollection Class

Microsoft.VisualStudio.GraphModel.Styles Namespace