Partilhar via


Método IVsExtensibility.RunWizardFile

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Function RunWizardFile ( _
    bstrWizFilename As String, _
    hwndOwner As Integer, _
    ByRef vContextParams As Object() _
) As wizardResult
wizardResult RunWizardFile(
    string bstrWizFilename,
    int hwndOwner,
    ref Object[] vContextParams
)
wizardResult RunWizardFile(
    [InAttribute] String^ bstrWizFilename, 
    [InAttribute] int hwndOwner, 
    [InAttribute] array<Object^>^% vContextParams
)
abstract RunWizardFile : 
        bstrWizFilename:string * 
        hwndOwner:int * 
        vContextParams:Object[] byref -> wizardResult 
function RunWizardFile(
    bstrWizFilename : String, 
    hwndOwner : int, 
    vContextParams : Object[]
) : wizardResult

Parâmetros

  • bstrWizFilename
    Tipo: System.String
    O nome do arquivo do assistente.
  • hwndOwner
    Tipo: System.Int32
    O proprietário do identificador de janela.
  • vContextParams
    Tipo: array<System.Object[]%
    Os parâmetros de contexto.

Valor de retorno

Tipo: EnvDTE.wizardResult
O resultado do assistente.

Segurança do .NET Framework

Consulte também

Referência

IVsExtensibility Interface

Namespace EnvDTE