EventsObjectWrapper.FireWarning(Int32, String, String, String, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当任务处于不能证明出错但有必要向客户端发出警报的状态时,引发事件。
public:
void FireWarning(int warningCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public void FireWarning (int warningCode, string subComponent, string description, string helpFile, int helpContext);
member this.FireWarning : int * string * string * string * int -> unit
Public Sub FireWarning (warningCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer)
参数
- warningCode
- Int32
标识警告消息。
- subComponent
- String
包含有关事件源的详细信息。
- description
- String
消息的文本。
- helpFile
- String
指向包含详细信息的帮助文件的路径。
- helpContext
- Int32
帮助文件中该主题的标识符。