IVCWizCtlUI::Next Method (Object^, Object^, String^, Boolean)

 

Optionally updates the symbols on the current page, and then navigates the user to the specified wizard page.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void Next(
	Object^ pdispDocument,
	Object^ var,
	String^ bstrFrame,
	bool bUpdate = true
)

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.

Return to top
Show: