VCWizCtlClass.SetDeploymentAppMappings(Object, Object, String, String) Método

Definição

Registra um aplicativo com um serviço Web.

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)

Parâmetros

pWebTargetFolder
Object

Serviço Web de destino

pExecutable
Object

Aplicativo implantável.

bstrExtension
String

Extensões de arquivo nas quais o pExecutable Opera.

bstrVerbs
String

comandos do pExecutable.

Implementações

Atributos

Aplica-se a