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
계속 사격하는 것이 맞다; 그렇지 않으면 거짓입니다.