다음을 통해 공유


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입니다.

적용 대상