Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: System.Object
Target web service
- pExecutable
Type: System.Object
Deployable application.
- bstrExtension
Type: System.String
File extensions that pExecutable operates on.
- bstrVerbs
Type: System.String
pExecutable'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.