VCWizCtlClass::FindSymbol Method (String^)

 

Finds the specified symbol in the symbol table.

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

public:
virtual Object^ FindSymbol(
	String^ bstrSymbol
)

Parameters

bstrSymbol
Type: System::String^

Required. A string containing the symbol to find.

Return Value

Type: System::Object^

The symbol object.

Return to top
Show: