Compartir a través de


IVsaSite.Notify (Método)

Notifica al host los eventos generados por el motor de scripts de .NET.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<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
)

Parámetros

  • notify
    Tipo: String

    Notifica al host los eventos generados por el motor de scripts de .NET.

  • info
    Tipo: Object

    Notifica al host los eventos generados por el motor de scripts de .NET.

Vea también

Referencia

IVsaSite Interfaz

Microsoft.Vsa (Espacio de nombres)