IDTSComponentMetaData100.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.
public:
void FireInformation(int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(128)]
public void FireInformation (int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(128)>]
abstract member 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 pbFireAgain As Boolean)
Paramètres
- InformationCode
- Int32
- SubComponent
- String
- Description
- String
- HelpFile
- String
- HelpContext
- Int32
- pbFireAgain
- Boolean
- Attributs
Remarques
L’événement OnInformation ne doit être déclenché que pendant l’exécution du composant, car les informations ne sont pas visiblement capturées lors de la conception du composant.
Le pbFireAgain
paramètre est défini par le runtime et indique si des clients écoutent l’événement. Les composants stockent la valeur de ce paramètre localement et doivent évaluer sa valeur avant de déclencher à nouveau l’événement. Si la valeur du pbFireAgain
paramètre est false, l’événement ne doit pas être déclenché.