IVsaEngine.InitNew Method

Provides a notification that the initialization phase is complete and that the script engine is prepared for the addition of IVsaItem objects.

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

Syntax

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

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace