Compartilhar via


Método IVsExtensibility2.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:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.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: String

     

  • hwndOwner
    Tipo: Int32

     

  • vContextParams
    Tipo: array<Object[]%

     

Valor de retorno

Tipo: wizardResult

Segurança do .NET Framework

Consulte também

Referência

IVsExtensibility2 Interface

Namespace EnvDTE80