IVsExtensibility.RunWizardFile – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
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
Parametry
- bstrWizFilename
Typ: System.String
Název souboru průvodce.
- hwndOwner
Typ: System.Int32
Vlastník popisovač okna.
- vContextParams
Typ: array<System.Object[]%
Parametry kontextu.
Vrácená hodnota
Typ: EnvDTE.wizardResult
Průvodce výsledek.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.