VBCodeParser.HelperDirective Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the code is a helper directive.

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

Returns

true if the code is a helper directive; otherwise, false.

Applies to