Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Function RunWizardFile ( _
bstrWizFilename As String, _
hwndOwner As Integer, _
ByRef vContextParams As Object() _
) As wizardResult
'Usage
Dim instance As IVsExtensibility
Dim bstrWizFilename As String
Dim hwndOwner As Integer
Dim vContextParams As Object()
Dim returnValue As wizardResult
returnValue = instance.RunWizardFile(bstrWizFilename, _
hwndOwner, vContextParams)
wizardResult RunWizardFile(
string bstrWizFilename,
int hwndOwner,
ref Object[] vContextParams
)
wizardResult RunWizardFile(
[InAttribute] String^ bstrWizFilename,
[InAttribute] int hwndOwner,
[InAttribute] array<Object^>^% vContextParams
)
function RunWizardFile(
bstrWizFilename : String,
hwndOwner : int,
vContextParams : Object[]
) : wizardResult
Parameters
bstrWizFilename
Type: System.String
hwndOwner
Type: System.Int32
vContextParams
Type: array<System.Object[]%
Return Value
Type: EnvDTE.wizardResult
.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.