IVsBooleanSymbolPresenceChecker::IsSymbolPresent Method (String^)

Visual Studio 2015
 

Checks for the presence of a given symbol.

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

bool IsSymbolPresent(
	String^ symbol
)

Parameters

symbol
Type: System::String^

The symbol to check for

Return Value

Type: System::Boolean

True if the symbol is defined; false otherwise.

Return to top
Show: