Share via


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

発砲を続ける場合は True。それ以外の場合は false。

適用対象