IVCWizCtlUI.Next(Object, Object, String, Boolean) 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.
Optionally updates the symbols on the current page, and then navigates the user to the specified wizard page.
void Next(winrt::Windows::Foundation::IInspectable const & pdispDocument, winrt::Windows::Foundation::IInspectable const & var, std::wstring const & bstrFrame, bool bUpdate = true);
[System.Runtime.InteropServices.DispId(1610743811)]
public void Next (object pdispDocument, object var, string bstrFrame, bool bUpdate = true);
[<System.Runtime.InteropServices.DispId(1610743811)>]
abstract member Next : obj * obj * string * bool -> unit
Public Sub Next (pdispDocument As Object, var As Object, Optional bstrFrame As String, Optional bUpdate As Boolean = true)
Parameters
- pdispDocument
- Object
Required. A pointer to the Document.
- var
- Object
Required. The page name.
- bstrFrame
- String
Optional. A string containing the ID of the frame to which the user navigates.
- bUpdate
- Boolean
Optional. True
if the symbols on the current page should be updated; otherwise false
.
- Attributes