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パラメータはランタイムによって設定され、イベントを聞いているクライアントがいるかどうかを示します。 コンポーネントはこのパラメータの値をローカルに保存し、イベントを再度発生させる前にその値を評価すべきです。 pbFireAgainパラメータの値がの場合、そのイベントは発生しません。

適用対象