Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: ObjectRequired. A pointer to the Document.
var
Type: 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.