EventsObjectWrapper.FireInformation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
情報を含むイベントを発生させます。
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。