GraphConditionalStyleCollection.Compile Method

Definition

Compile the conditional expressions in the styles for this Graph.

public:
 void Compile(EventHandler<Microsoft::VisualStudio::GraphModel::Styles::GraphErrorEventArgs ^> ^ compileErrorCallback);
public void Compile (EventHandler<Microsoft.VisualStudio.GraphModel.Styles.GraphErrorEventArgs> compileErrorCallback);
member this.Compile : EventHandler<Microsoft.VisualStudio.GraphModel.Styles.GraphErrorEventArgs> -> unit
Public Sub Compile (compileErrorCallback As EventHandler(Of GraphErrorEventArgs))

Parameters

compileErrorCallback
EventHandler<GraphErrorEventArgs>

Delegate for receiving compile error information

Applies to