VBCodeParser.IsDirectiveDefined(String) 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 is directive defined.

public bool IsDirectiveDefined (string directive);
member this.IsDirectiveDefined : string -> bool
Public Function IsDirectiveDefined (directive As String) As Boolean

Parameters

directive
String

The directive.

Returns

true if the code is directive defined; otherwise, false.

Applies to