IVCWizCtlUI::Finish Method (Object^, Object^)

 

Called when the user clicks the OK or Cancel button in the wizard HTML to indicate that the user is finished with the wizard.

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

void Finish(
	Object^ pdispDocument,
	Object^ var
)

Parameters

pdispDocument
Type: System::Object^

Required. A pointer to the Document.

var
Type: System::Object^

Required. The page name.

Return to top
Show: