VBCodeParser.LayoutDirective 方法

定义

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

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

返回

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

适用于