Dela via


GraphConditionalStyleCollection.Compile Method

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

  • compileErrorCallback
    Type: EventHandler<GraphErrorEventArgs>

    Delegate for receiving compile error information.

.NET Framework Security

See Also

Reference

GraphConditionalStyleCollection Class

Microsoft.VisualStudio.GraphModel.Styles Namespace