IVCWizCtlUI.SetDeploymentAppMappings(Object, Object, String, String) 方法

定义

向 Web 服务注册应用程序。

public:
 void SetDeploymentAppMappings(System::Object ^ pWebTargetFolder, System::Object ^ pExecutable, System::String ^ bstrExtension, System::String ^ bstrVerbs);
public:
 void SetDeploymentAppMappings(Platform::Object ^ pWebTargetFolder, Platform::Object ^ pExecutable, Platform::String ^ bstrExtension, Platform::String ^ bstrVerbs);
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 void SetDeploymentAppMappings (object pWebTargetFolder, object pExecutable, string bstrExtension, string bstrVerbs);
[<System.Runtime.InteropServices.DispId(1610743882)>]
abstract member SetDeploymentAppMappings : obj * obj * string * string -> unit
Public Sub SetDeploymentAppMappings (pWebTargetFolder As Object, pExecutable As Object, bstrExtension As String, bstrVerbs As String)

参数

pWebTargetFolder
Object

目标 Web 服务

pExecutable
Object

可部署应用程序。

bstrExtension
String

PExecutable操作的文件扩展名。

bstrVerbs
String

pExecutable的命令。

属性

适用于