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

Definition

Registriert eine Anwendung bei einem Webdienst.

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)

Parameter

pWebTargetFolder
Object

Zielwebdienst

pExecutable
Object

Zur Bereitstellung geeignete Anwendung.

bstrExtension
String

Dateierweiterungen, auf denen pExe ausgeführt wird.

bstrVerbs
String

Befehle der ausführbaren Datei.

Implementiert

Attribute

Gilt für