IDTSComponentEvents100.FireInformation Method

Definition

Raises an event containing information.

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(1)]
public void FireInformation (int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
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)

Parameters

InformationCode
Int32

An Integer that identifies the informational message.

SubComponent
String

A String that contains more detail about the event source.

Description
String

The text of the message.

HelpFile
String

The path to the Help file that contains detailed information.

HelpContext
Int32

The identifier of the topic in the Help file.

pbFireAgain
Boolean

When this method returns, contains a Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing. A value of false indicates that it should stop firing. This parameter is passed uninitialized.

Implements

Attributes

Applies to