IDTSInfoEvents100.FireInformation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
情報イベントを起動します。
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
情報メッセージを識別する Integer です。
- SubComponent
- String
ソース内のサブモジュールを識別する任意の文字列です
- Description
- String
メッセージのテキストです。
- HelpFile
- String
詳細な情報を含むヘルプ ファイルのパスです。
- HelpContext
- Int32
ヘルプ ファイルのトピックの識別子です。
- pbFireAgain
- Boolean
タスクの実行を続行する必要があるかどうかを示す Boolean です。 値が true の場合は、エラーが発生したらタスクを取り消すことを示します。
- 属性