IVsaIDESite.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.
Ce type prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.
public:
void Notify(System::String ^ notify, System::Object ^ optional);
public void Notify (string notify, object optional);
abstract member Notify : string * obj -> unit
Public Sub Notify (notify As String, optional As Object)
Paramètres
- notify
- String
Paramètre notify représenté sous forme de chaîne.
- optional
- Object
Paramètre facultatif représenté sous forme d’objet.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.