IVsExtensibility3.RunWizardFileEx – metoda (String, Int32, Array, Array, Int32)
Toto rozhraní API podporuje infrastrukturu produkt a není určené k použití přímo z vašeho kódu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int RunWizardFileEx(
string bstrWizFilename,
int hwndOwner,
[InAttribute] ref Array vContextParams,
[InAttribute] ref Array vCustomParams,
out int pResult
)
int RunWizardFileEx(
String^ bstrWizFilename,
int hwndOwner,
[InAttribute] Array^% vContextParams,
[InAttribute] Array^% vCustomParams,
[OutAttribute] int% pResult
)
abstract RunWizardFileEx :
bstrWizFilename:string *
hwndOwner:int *
vContextParams:Array byref *
vCustomParams:Array byref *
pResult:int byref -> int
Function RunWizardFileEx (
bstrWizFilename As String,
hwndOwner As Integer,
<InAttribute> ByRef vContextParams As Array,
<InAttribute> ByRef vCustomParams As Array,
<OutAttribute> ByRef pResult As Integer
) As Integer
Parametry
- bstrWizFilename
Type: System.String
- hwndOwner
Type: System.Int32
- vContextParams
Type: System.Array
- vCustomParams
Type: System.Array
- pResult
Type: System.Int32
Vrácená hodnota
Type: System.Int32
Viz také
IVsExtensibility3 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek