IVCWizCtlUI.SetDeploymentAppMappings Method
Registers an application with a web service.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub SetDeploymentAppMappings ( _
pWebTargetFolder As Object, _
pExecutable As Object, _
bstrExtension As String, _
bstrVerbs As String _
)
void SetDeploymentAppMappings(
Object pWebTargetFolder,
Object pExecutable,
string bstrExtension,
string bstrVerbs
)
void SetDeploymentAppMappings(
[InAttribute] Object^ pWebTargetFolder,
[InAttribute] Object^ pExecutable,
[InAttribute] String^ bstrExtension,
[InAttribute] String^ bstrVerbs
)
abstract SetDeploymentAppMappings :
pWebTargetFolder:Object *
pExecutable:Object *
bstrExtension:string *
bstrVerbs:string -> unit
function SetDeploymentAppMappings(
pWebTargetFolder : Object,
pExecutable : Object,
bstrExtension : String,
bstrVerbs : String
)
Parameters
pWebTargetFolder
Type: ObjectTarget web service
pExecutable
Type: ObjectDeployable application.
bstrExtension
Type: StringFile extensions that pExecutable operates on.
bstrVerbs
Type: StringpExecutable's commands.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.