IVsBooleanSymbolPresenceBulkChecker::AreSymbolsPresent Method (Array^)

Visual Studio 2015
 

Checks for the presence of a collection of symbols.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

Array^ AreSymbolsPresent(
	Array^ symbols
)

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.

Return to top
Show: