IJSVsaSite.Notify(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique à l'hôte les événements générés par le moteur de script .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)
Paramètres
- notify
- String
Indique à l'hôte les événements générés par le moteur de script .NET.
- info
- Object
Indique à l'hôte les événements générés par le moteur de script .NET.