IVCWizCtlUI.SetDeploymentAppMappings, méthode
Inscrit une application auprès d'un service Web.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
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
)
Paramètres
pWebTargetFolder
Type : ObjectService Web cible
pExecutable
Type : ObjectApplication déployable.
bstrExtension
Type : StringExtensions de fichier sur lesquelles pExecutable fonctionne.
bstrVerbs
Type : StringCommandes de pExecutable.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.