Partager via


DTEClass.LaunchWizard, 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.

Pour plus d'informations sur cette méthode, consultez LaunchWizard.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Public Overridable Function LaunchWizard ( _
    VSZFile As String, _
    ByRef ContextParams As Object() _
) As wizardResult
public virtual wizardResult LaunchWizard(
    string VSZFile,
    ref Object[] ContextParams
)
public:
virtual wizardResult LaunchWizard(
    [InAttribute] String^ VSZFile, 
    [InAttribute] array<Object^>^% ContextParams
)
abstract LaunchWizard : 
        VSZFile:string * 
        ContextParams:Object[] byref -> wizardResult  
override LaunchWizard : 
        VSZFile:string * 
        ContextParams:Object[] byref -> wizardResult
public function LaunchWizard(
    VSZFile : String, 
    ContextParams : Object[]
) : wizardResult

Paramètres

  • VSZFile
    Type : String

    Fichier de l'Assistant.

  • ContextParams
    Type : array<Object[]%

    Paramètres de contexte.

Valeur de retour

Type : EnvDTE.wizardResult
Résultat de l'Assistant.

Implémentations

_DTE.LaunchWizard(String, array<Object[]%)

Sécurité .NET Framework

Voir aussi

Référence

DTEClass Classe

EnvDTE, espace de noms