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
pbFireAgain
Boolean
属性

注釈

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

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

適用対象