Condividi tramite


EventsObjectWrapper.FireInformation Metodo

Definizione

Genera un evento che contiene informazioni.

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)

Parametri

informationCode
Int32

Identifica il messaggio informativo.

subComponent
String

Contiene maggiori dettagli sull'origine dell'evento.

description
String

Testo del messaggio.

helpFile
String

Percorso del file della Guida che contiene informazioni dettagliate.

helpContext
Int32

Identificatore dell'argomento nel file della Guida.

fireAgain
Boolean

True per continuare a sparare; in caso contrario, false.

Si applica a