言語

IDTSComponentEvents100.FireInformation メソッド

定義

情報を含むイベントを発生させます。

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)

パラメーター

InformationCode
Int32

情報メッセージを識別する整数。

SubComponent
String

イベントソースの詳細を含む文字列です。

Description
String

メッセージのテキスト。

HelpFile
String

詳細情報を含むヘルプファイルへのパス。

HelpContext
Int32

ヘルプファイル内のトピックの識別子。

pbFireAgain
Boolean

このメソッドが戻ると、はこれを継続または停止すべきことを示すブール値を含みます。 真の値は、発射を続けるべきであることを示します。 falseの値は発射を停止すべきです。 このパラメーターは初期化されていない状態で渡されます。

実装

属性

適用対象