IDTSComponentMetaData100.FireInformation Méthode

Définition

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 lancé que lors de l’exécution des composants puisque les informations ne sont pas visiblement capturées lors de la conception des composants.

Le pbFireAgain paramètre est défini par l’exécution et indique si des clients écoutent l’événement. Les composants stockent localement la valeur de ce paramètre et doivent en évaluer la valeur avant de relever l’événement. Si la valeur du pbFireAgain paramètre est fausse, l’événement ne doit pas être relevé.

S’applique à