Compartir vía


IVsaSite.Notify(String, Object) Método

Definición

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

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 al host los eventos generados por el motor de scripts de .NET.

info
Object

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

Se aplica a