IVCWizCtlUI::SetDeploymentAppMappings Method (Object^, Object^, String^, String^)
Visual Studio 2015
Registers an application with a web service.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
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.
Show: