Partilhar via


Método GraphConditionalStyleCollection.Compile

Compila expressões condicionais em estilos para este gráfico.

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

Sintaxe

'Declaração
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>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GraphConditionalStyleCollection Classe

Namespace Microsoft.VisualStudio.GraphModel.Styles