Compartir a través de


CSharpCodeParser.TryGetDirectiveHandler(String, Action) Método

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Obtiene un controlador de directivas.

protected bool TryGetDirectiveHandler (string directive, out Action handler);
member this.TryGetDirectiveHandler : string * Action -> bool
Protected Function TryGetDirectiveHandler (directive As String, ByRef handler As Action) As Boolean

Parámetros

directive
String

Directiva.

handler
Action

Controlador.

Devoluciones

true si es correcto. De lo contrario, false.

Se aplica a