VCWizCtlClass::SetDeploymentAppMappings Method (Object^, Object^, String^, String^)

 

Registers an application with a web service.

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

public:
virtual void SetDeploymentAppMappings(
	Object^ pWebTargetFolder,
	Object^ pExecutable,
	String^ bstrExtension,
	String^ bstrVerbs
)

Parameters

pWebTargetFolder
Type: System::Object^

Target web service

pExecutable
Type: System::Object^

Deployable application.

bstrExtension
Type: System::String^

File extensions that pExecutable operates on.

bstrVerbs
Type: System::String^

pExecutable's commands.

Return to top
Show: