VBCodeParser.SectionDirective 方法

定义

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

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

返回

如果代码是 section 指令,则为 true;否则为 false。

适用于