Freigeben über


EventsObjectWrapper.FireInformation Methode

Definition

Löst ein Ereignis aus, das Informationen enthält.

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

Gibt die Informationsmeldung an.

subComponent
String

Enthält weitere Details zur Ereignisquelle.

description
String

Der Text der Meldung.

helpFile
String

Der Pfad zur Hilfedatei, die ausführliche Informationen enthält.

helpContext
Int32

Der Bezeichner des Themas in der Hilfedatei.

fireAgain
Boolean

True, um das Feuer fortzusetzen; andernfalls "false".

Gilt für: