CSharpCodeParser.TryGetDirectiveHandler(String, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
bool TryGetDirectiveHandler(System::String ^ directive, [Runtime::InteropServices::Out] Action ^ % handler);
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
Parameters
- directive
- String
- handler
- Action