GraphConditionalStyleCollection::Compile Method (EventHandler<GraphErrorEventArgs^>^)

 

Compiles the conditional expressions in the styles for this Graph.

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

public:
void Compile(
	EventHandler<GraphErrorEventArgs^>^ compileErrorCallback
)

Parameters

compileErrorCallback
Type: System::EventHandler<GraphErrorEventArgs^>^

Delegate for receiving compile error information.

Return to top
Show: