VBCodeParser.InheritsStatement 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 inherits a statement.

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

Returns

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

Applies to