IVsBooleanSymbolPresenceBulkChecker.AreSymbolsPresent(Array) 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 collection of symbols.
public:
Array ^ AreSymbolsPresent(Array ^ symbols);
public Array AreSymbolsPresent (Array symbols);
abstract member AreSymbolsPresent : Array -> Array
Public Function AreSymbolsPresent (symbols As Array) As Array
Parameters
- symbols
- Array
An array of symbols (BSTR) to check for.
Returns
An array of equal length to symbols, where each element is set to true iff present.