Método DTEClass.LaunchWizard
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Para obter mais informações sobre esse método, consulte LaunchWizard.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
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
Parâmetros
- VSZFile
Tipo: System.String
O arquivo do assistente.
- ContextParams
Tipo: array<System.Object[]%
Os parâmetros de contexto
Valor de retorno
Tipo: EnvDTE.wizardResult
O resultado do assistente.
Implementações
_DTE.LaunchWizard(String, array<Object[]%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.