Freigeben über


IDTSComponentMetaData100.FireInformation Methode

Definition

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)

Parameter

InformationCode
Int32
SubComponent
String
Description
String
HelpFile
String
HelpContext
Int32
pbFireAgain
Boolean
Attribute

Hinweise

Das OnInformation-Ereignis sollte nur während der Komponentenausführung ausgelöst werden, da die Informationen während des Komponentenentwurfs nicht sichtbar erfasst werden.

Der pbFireAgain Parameter wird von der Runtime festgelegt und gibt an, ob Clients das Ereignis überwachen. Komponenten speichern den Wert dieses Parameters lokal und sollten seinen Wert auswerten, bevor das Ereignis erneut ausgelöst wird. Wenn der Wert des pbFireAgain Parameters false ist, sollte das Ereignis nicht ausgelöst werden.

Gilt für: