VBCodeParser.HelperDirective 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。指示代码是否为帮助程序指令。

protected virtual bool HelperDirective ();
abstract member HelperDirective : unit -> bool
override this.HelperDirective : unit -> bool
Protected Overridable Function HelperDirective () As Boolean

返回

如果代码是帮助程序指令,则为 true;否则为 false。

适用于