Compartir a través de


GraphConditionalStyleCollection.Compile (Método)

Compila expresiones condicionales en estilos para este Gráfico.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel.Styles
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

GraphConditionalStyleCollection Clase

Microsoft.VisualStudio.GraphModel.Styles (Espacio de nombres)