Sdílet prostřednictvím


DTEClass.LaunchWizard – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Další informace o této metodě LaunchWizard.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: EnvDTE.wizardResult
Průvodce výsledek.

Implementuje

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DTEClass Třída

EnvDTE – obor názvů