言語

EventsObjectWrapper.FireInformation メソッド

定義

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

public:
 void FireInformation(int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, bool % fireAgain);
public void FireInformation(int informationCode, string subComponent, string description, string helpFile, int helpContext, ref bool fireAgain);
member this.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 fireAgain As Boolean)

パラメーター

informationCode
Int32

情報メッセージを識別します。

subComponent
String

イベントソースの詳細を含みます。

description
String

メッセージのテキスト。

helpFile
String

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

helpContext
Int32

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

fireAgain
Boolean

撃ち続けることに忠実です;そうでなければ、誤りです。

適用対象