IVCWizCtlUI.SetDeploymentAppMappings(Object, Object, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers an application with a web service.
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)
Parameters
- pWebTargetFolder
- Object
Target web service
- pExecutable
- Object
Deployable application.
- bstrExtension
- String
File extensions that pExecutable
operates on.
- bstrVerbs
- String
pExecutable
's commands.
- Attributes