GraphConditionalStyleCollection.Compile 方法

定义

编译此关系图的样式中的条件表达式。

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))

参数

compileErrorCallback
EventHandler<GraphErrorEventArgs>

用于接收编译错误信息的委托

适用于