Udostępnij za pośrednictwem


Metoda DTEClass.LaunchWizard —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji na tej metodzie odnoszą się do LaunchWizard.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

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

  • VSZFile
    Typ: String

    Pliku kreatora.

  • ContextParams
    Typ: array<Object[]%

    Parametr kontekstu

Wartość zwracana

Typ: EnvDTE.wizardResult
Wynik kreatora.

Implementuje

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DTEClass Klasa

Przestrzeń nazw EnvDTE