VCWizCtlClass.Finish Method
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)
Syntax
'Declaração
Public Overridable Sub Finish ( _
pdispDocument As Object, _
var As Object _
)
public virtual void Finish(
Object pdispDocument,
Object var
)
public:
virtual void Finish(
[InAttribute] Object^ pdispDocument,
[InAttribute] Object^ var
)
abstract Finish :
pdispDocument:Object *
var:Object -> unit
override Finish :
pdispDocument:Object *
var:Object -> unit
public function Finish(
pdispDocument : Object,
var : Object
)
Parameters
- pdispDocument
Type: System.Object
Required. A pointer to the Document.
- var
Type: System.Object
Required. The page name.
Implements
IVCWizCtlUI.Finish(Object, Object)
Remarks
This function calls the default.js function, OnFinish, when the user clicks OK or Cancel. See JScript File for more information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace