IVsBooleanSymbolPresenceChecker.IsSymbolPresent(String) Method

Definition

Checks for the presence of a given symbol.

public:
 bool IsSymbolPresent(System::String ^ symbol);
public:
 bool IsSymbolPresent(Platform::String ^ symbol);
bool IsSymbolPresent(std::wstring const & symbol);
public bool IsSymbolPresent (string symbol);
abstract member IsSymbolPresent : string -> bool
Public Function IsSymbolPresent (symbol As String) As Boolean

Parameters

symbol
String

The symbol to check for

Returns

True if the symbol is defined; false otherwise.

Applies to