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,事件不應被觸發。

適用於