IVCWizCtlUI.Navigate Method
Navigates to a page and frame.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Deklarace
Sub Navigate ( _
bstrPage As String, _
bstrFrame As String _
)
void Navigate(
string bstrPage,
string bstrFrame
)
void Navigate(
[InAttribute] String^ bstrPage,
[InAttribute] String^ bstrFrame
)
abstract Navigate :
bstrPage:string *
bstrFrame:string -> unit
function Navigate(
bstrPage : String,
bstrFrame : String
)
Parameters
- bstrPage
Type: System.String
Required. Page to navigate to.
- bstrFrame
Type: System.String
Required. Frame to navigate to.
.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.