IVsaSite.Notify, méthode

Indique à l'hôte les événements générés par le moteur de script .NET.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • notify
    Type : String

    Indique à l'hôte les événements générés par le moteur de script .NET.

  • info
    Type : Object

    Indique à l'hôte les événements générés par le moteur de script .NET.

Voir aussi

Référence

IVsaSite Interface

Microsoft.Vsa, espace de noms