IDTSComponentEvents100.FireInformation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
触发包含信息的事件。
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(1)]
public void FireInformation(int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
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
当该方法返回时,包含一个布尔值,指示该方法应继续发射或停止发射。 值为真则表示应继续发射。 值为false表示应停止发射。 此参数未初始化传递。
实现
- 属性