VCWizCtlClass.Finish(Object, Object) 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.
Called when the user clicks the OK or Cancel button in the wizard HTML to indicate that the user is finished with the wizard.
public:
virtual void Finish(System::Object ^ pdispDocument, System::Object ^ var) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::Finish;
public:
virtual void Finish(Platform::Object ^ pdispDocument, Platform::Object ^ var) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::Finish;
virtual void Finish(winrt::Windows::Foundation::IInspectable const & pdispDocument, winrt::Windows::Foundation::IInspectable const & var);
[System.Runtime.InteropServices.DispId(1610743812)]
public virtual void Finish (object pdispDocument, object var);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member Finish : obj * obj -> unit
override this.Finish : obj * obj -> unit
Public Overridable Sub Finish (pdispDocument As Object, var As Object)
Parameters
- var
- Object
Required. The page name.
Implements
- Attributes
Remarks
This function calls the default.js function, OnFinish
, when the user clicks OK or Cancel. See JScript File for more information.