Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Registers an application with a web service.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public Overridable Sub SetDeploymentAppMappings ( _
pWebTargetFolder As Object, _
pExecutable As Object, _
bstrExtension As String, _
bstrVerbs As String _
)
public virtual void SetDeploymentAppMappings(
Object pWebTargetFolder,
Object pExecutable,
string bstrExtension,
string bstrVerbs
)
public:
virtual 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
override SetDeploymentAppMappings :
pWebTargetFolder:Object *
pExecutable:Object *
bstrExtension:string *
bstrVerbs:string -> unit
public 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.
Implements
IVCWizCtlUI.SetDeploymentAppMappings(Object, Object, String, String)
.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.