IVCWizCtlUI::IsSymbolDisabled Method (String^)

 

Returns whether a symbol is disabled.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

bool IsSymbolDisabled(
	String^ bstrSymbol
)

Parameters

bstrSymbol
Type: System::String^

Required. A string containing the name of the symbol.

Return Value

Type: System::Boolean

true if the symbol is disabled.

Return to top
Show: