VCWizCtlClass::AddDebugSymbols Method (Object^, Object^)

 

Adds debugging symbols to the deployed project.

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

public:
virtual Object^ AddDebugSymbols(
	Object^ pDeployable,
	Object^ pProject
)

Parameters

pDeployable
Type: System::Object^

Debug symbol file to add to the deployed project.

pProject
Type: System::Object^

Project being deployed.

Return Value

Type: System::Object^
Return to top
Show: