IVCWizCtlUI::Next Method (Object^, Object^, String^, Boolean)
Visual Studio 2015
Optionally updates the symbols on the current page, and then navigates the user to the specified wizard page.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Parameters
- pdispDocument
-
Type:
System::Object^
Required. A pointer to the Document.
- var
-
Type:
System::Object^
Required. The page name.
- bstrFrame
-
Type:
System::String^
Optional. A string containing the ID of the frame to which the user navigates.
- bUpdate
-
Type:
System::Boolean
Optional. True if the symbols on the current page should be updated; otherwise false.
Show: