IVsBooleanSymbolPresenceBulkChecker.IsSymbolPresent(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.