VBCodeParser.SessionStateDirective 方法

定义

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

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

返回

如果代码具有会话状态指令,则为 true;否则为 false。

适用于