IVCWizCtlUI.Navigate(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to a page and frame.
void Navigate(std::wstring const & bstrPage, std::wstring const & bstrFrame);
[System.Runtime.InteropServices.DispId(1610743816)]
public void Navigate (string bstrPage, string bstrFrame);
[<System.Runtime.InteropServices.DispId(1610743816)>]
abstract member Navigate : string * string -> unit
Public Sub Navigate (bstrPage As String, Optional bstrFrame As String)
Parameters
- bstrPage
- String
Required. Page to navigate to.
- bstrFrame
- String
Required. Frame to navigate to.
- Attributes