GraphConditionalStyleCollection.Compile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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