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 值为 false,则不应引发该事件。

适用于