Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.ObjectRequired. A pointer to the Document.
var
Type: System.ObjectRequired. 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.