EventsObjectWrapper.FireInformation Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menaikkan peristiwa yang berisi informasi.
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)
Parameter
- informationCode
- Int32
Mengidentifikasi pesan informasi.
- subComponent
- String
Berisi detail selengkapnya tentang sumber peristiwa.
- description
- String
Teks pesan.
- helpFile
- String
Jalur ke file Bantuan yang berisi informasi terperinci.
- helpContext
- Int32
Pengidentifikasi topik dalam file Bantuan.
- fireAgain
- Boolean
Benar untuk terus menembak; jika tidak, salah.