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であれば、そのイベントは発生させません。

適用対象