IVsaSite.Notify-Methode
Benachrichtigt den Host über vom .NET-Skriptmodul generierte Ereignisse.
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
)
Parameter
notify
Typ: StringBenachrichtigt den Host über vom .NET-Skriptmodul generierte Ereignisse.
info
Typ: ObjectBenachrichtigt den Host über vom .NET-Skriptmodul generierte Ereignisse.