IVsBooleanSymbolPresenceBulkChecker::AreSymbolsPresent Method (Array^)
Visual Studio 2015
Checks for the presence of a collection of symbols.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
Parameters
- symbols
-
Type:
System::Array^
An array of symbols (BSTR) to check for.
Return Value
Type: System::Array^An array of equal length to symbols, where each element is set to true iff present.
Show: