EventsObjectWrapper.FireInformation 方法

定义

触发包含信息的事件。

public:
 void FireInformation(int informationCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext, bool % fireAgain);
public void FireInformation(int informationCode, string subComponent, string description, string helpFile, int helpContext, ref bool fireAgain);
member this.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 fireAgain As Boolean)

参数

informationCode
Int32

识别信息信息。

subComponent
String

包含更多关于事件源的详细信息。

description
String

消息的文本。

helpFile
String

通往包含详细信息的帮助文件的路径。

helpContext
Int32

帮助文件中主题的标识符。

fireAgain
Boolean

果然继续射击;否则,就是假的。

适用于