GraphConditionalStyleCollection.Compile 方法

生成样式中的条件表达式此关系图的。

命名空间:  Microsoft.VisualStudio.GraphModel.Styles
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

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

参数

  • compileErrorCallback
    类型:EventHandler<GraphErrorEventArgs>

    接收的委托生成错误信息。

.NET Framework 安全性

请参阅

参考

GraphConditionalStyleCollection 类

Microsoft.VisualStudio.GraphModel.Styles 命名空间