IDTSComponentMetaData100.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(128)]
public void FireInformation (int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(128)>]
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

情報のコンテキスト ID です。

pbFireAgain
Boolean

イベントを将来再び発生させるかどうかを指定します。

属性

注釈

コンポーネントのデザイン時には情報は視覚的にキャプチャされないため、OnInformation イベントはコンポーネントの実行時にのみ発生します。

pbFireAgain パラメーターはランタイムで設定され、任意のクライアントがイベントを待機しているかどうかを示します。 コンポーネントはこのパラメーターの値をローカルに格納し、再度イベントを発生させる前に値を評価します。 パラメーターの値が指定されている pbFireAgain 場合は false、イベントを発生させるべきではありません。

適用対象