IVsaSite.Notify Method

Notifies the host about events generated by the .NET script engine.

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Notify ( _
    notify As String, _
    info As Object _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Notify(
    string notify,
    Object info
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Notify(
    String^ notify, 
    Object^ info
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Notify : 
        notify:string * 
        info:Object -> unit
function Notify(
    notify : String, 
    info : Object
)

Parameters

  • notify
    Type: System.String

    Notifies the host about events generated by the .NET script engine.

  • info
    Type: System.Object

    Notifies the host about events generated by the .NET script engine.

See Also

Reference

IVsaSite Interface

Microsoft.Vsa Namespace