Share via


IVsBooleanSymbolPresenceBulkChecker.AreSymbolsPresent(Array) Method

Definition

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.

Applies to