VBCodeParser.ImportsStatement Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the code imports a statement.

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

Returns

true if the code imports a statement; otherwise, false.

Applies to