EventsObjectWrapper.FireInformation 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.
Déclenche un événement contenant des informations.
public:
void FireInformation(int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, bool % fireAgain);
public void FireInformation (int informationCode, string subComponent, string description, string helpFile, int helpContext, ref bool fireAgain);
member this.FireInformation : int * string * string * string * int * bool -> unit
Public Sub FireInformation (informationCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer, ByRef fireAgain As Boolean)
Paramètres
- informationCode
- Int32
Identifie le message d'information.
- subComponent
- String
Contient des détails supplémentaires à propos de la source de l'événement.
- description
- String
Texte du message.
- helpFile
- String
Chemin d'accès au fichier d'aide qui contient des informations détaillées.
- helpContext
- Int32
Identificateur de la rubrique dans le fichier d'aide.
- fireAgain
- Boolean
True pour continuer à déclencher ; sinon, false.