次の方法で共有


CSharpCodeParser.TryGetDirectiveHandler(String, Action) メソッド

定義

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

パラメーター

directive
String
handler
Action

戻り値

適用対象