VCWizCtlClass.SetDeploymentAppMappings(Object, Object, String, String) Method

Definition

Registers an application with a web service.

public:
 virtual void SetDeploymentAppMappings(System::Object ^ pWebTargetFolder, System::Object ^ pExecutable, System::String ^ bstrExtension, System::String ^ bstrVerbs) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::SetDeploymentAppMappings;
public:
 virtual void SetDeploymentAppMappings(Platform::Object ^ pWebTargetFolder, Platform::Object ^ pExecutable, Platform::String ^ bstrExtension, Platform::String ^ bstrVerbs) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::SetDeploymentAppMappings;
 virtual void SetDeploymentAppMappings(winrt::Windows::Foundation::IInspectable const & pWebTargetFolder, winrt::Windows::Foundation::IInspectable const & pExecutable, std::wstring const & bstrExtension, std::wstring const & bstrVerbs);
[System.Runtime.InteropServices.DispId(1610743882)]
public virtual void SetDeploymentAppMappings (object pWebTargetFolder, object pExecutable, string bstrExtension, string bstrVerbs);
[<System.Runtime.InteropServices.DispId(1610743882)>]
abstract member SetDeploymentAppMappings : obj * obj * string * string -> unit
override this.SetDeploymentAppMappings : obj * obj * string * string -> unit
Public Overridable Sub SetDeploymentAppMappings (pWebTargetFolder As Object, pExecutable As Object, bstrExtension As String, bstrVerbs As String)

Parameters

pWebTargetFolder
Object

Target web service

pExecutable
Object

Deployable application.

bstrExtension
String

File extensions that pExecutable operates on.

bstrVerbs
String

pExecutable's commands.

Implements

Attributes

Applies to