IVsExtensibility2.RunWizardFileEx Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Function RunWizardFileEx ( _
bstrWizFilename As String, _
hwndOwner As Integer, _
ByRef vContextParams As Object(), _
ByRef vCustomParams As Object() _
) As Integer
int RunWizardFileEx(
string bstrWizFilename,
int hwndOwner,
ref Object[] vContextParams,
ref Object[] vCustomParams
)
int RunWizardFileEx(
[InAttribute] String^ bstrWizFilename,
[InAttribute] int hwndOwner,
[InAttribute] array<Object^>^% vContextParams,
[InAttribute] array<Object^>^% vCustomParams
)
abstract RunWizardFileEx :
bstrWizFilename:string *
hwndOwner:int *
vContextParams:Object[] byref *
vCustomParams:Object[] byref -> int
function RunWizardFileEx(
bstrWizFilename : String,
hwndOwner : int,
vContextParams : Object[],
vCustomParams : Object[]
) : int
Parameters
bstrWizFilename
Type: String
hwndOwner
Type: Int32
vContextParams
Type: array<Object[]%
vCustomParams
Type: array<Object[]%
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.