Share via


IVsaEngine.Reset-Methode

Beendet den Ausführungszustand des Skriptmoduls und trennt automatisch gebundene Ereignishandler.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Reset
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Reset()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Reset()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Reset : unit -> unit
function Reset()

Siehe auch

Referenz

IVsaEngine Schnittstelle

Microsoft.Vsa-Namespace