EventsObjectWrapper.FireInformation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发包含信息的事件。
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
如果继续触发,则为 True;否则为 false。