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

 

Adds an item to the deployed project.

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

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

Parameters

pDeployable
Type: System::Object^

Item to add to the deployed project.

pProject
Type: System::Object^

Project being deployed.

Return Value

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