IVsaSite.Notify(String, Object) Método
Definição
Notifica o host sobre os eventos gerados pelo mecanismo de script do .NET.Notifies the host about events generated by the .NET script engine.
public:
void Notify(System::String ^ notify, System::Object ^ info);
public void Notify (string notify, object info);
abstract member Notify : string * obj -> unit
Public Sub Notify (notify As String, info As Object)
Parâmetros
- notify
- String
Notifica o host sobre os eventos gerados pelo mecanismo de script do .NET.Notifies the host about events generated by the .NET script engine.
- info
- Object
Notifica o host sobre os eventos gerados pelo mecanismo de script do .NET.Notifies the host about events generated by the .NET script engine.