IVCWizCtlUI.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
Sub Finish ( _
pdispDocument As Object, _
var As Object _
)
void Finish(
Object pdispDocument,
Object var
)
void Finish(
[InAttribute] Object^ pdispDocument,
[InAttribute] Object^ var
)
abstract Finish :
pdispDocument:Object *
var:Object -> unit
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.
.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.