다음을 통해 공유


VBCodeParser.SectionDirective 메서드

정의

이 형식/멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 코드가 섹션 지시문인지 여부를 결정합니다.

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

반환

코드가 섹션 지시문이면 true이고, 그렇지 않으면 false입니다.

적용 대상