Método IVsaSite.Notify
Notifica o host sobre eventos gerados pelo mecanismo de script do .NET.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (em Microsoft.Vsa.dll)
Sintaxe
'Declaração
<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: StringNotifica o host sobre eventos gerados pelo mecanismo de script do .NET.
info
Tipo: ObjectNotifica o host sobre eventos gerados pelo mecanismo de script do .NET.