IVsExtensibility2.RunWizardFileEx, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE80
Assembly : EnvDTE80 (dans EnvDTE80.dll)
Syntaxe
'Déclaration
Function RunWizardFileEx ( _
bstrWizFilename As String, _
hwndOwner As Integer, _
ByRef vContextParams As Object(), _
ByRef vCustomParams As Object() _
) As Integer
int RunWizardFileEx(
string bstrWizFilename,
int hwndOwner,
ref Object[] vContextParams,
ref Object[] vCustomParams
)
int RunWizardFileEx(
[InAttribute] String^ bstrWizFilename,
[InAttribute] int hwndOwner,
[InAttribute] array<Object^>^% vContextParams,
[InAttribute] array<Object^>^% vCustomParams
)
abstract RunWizardFileEx :
bstrWizFilename:string *
hwndOwner:int *
vContextParams:Object[] byref *
vCustomParams:Object[] byref -> int
function RunWizardFileEx(
bstrWizFilename : String,
hwndOwner : int,
vContextParams : Object[],
vCustomParams : Object[]
) : int
Paramètres
- bstrWizFilename
Type : System.String
- hwndOwner
Type : System.Int32
- vContextParams
Type : array<System.Object[]%
- vCustomParams
Type : array<System.Object[]%
Valeur de retour
Type : System.Int32
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.