Linguaggio

IDTSComponentEvents100.FireInformation Metodo

Definizione

Genera un evento contenente informazioni.

public:
 void FireInformation(int InformationCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(1)]
public void FireInformation(int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member 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 pbFireAgain As Boolean)

Parametri

InformationCode
Int32

Un intero che identifica il messaggio informativo.

SubComponent
String

Una stringa che contiene più dettagli sulla fonte dell'evento.

Description
String

Testo del messaggio.

HelpFile
String

Il percorso verso il file Help che contiene informazioni dettagliate.

HelpContext
Int32

L'identificatore dell'argomento nel file di Aiuto.

pbFireAgain
Boolean

Quando questo metodo ritorna, contiene un booleano che indica che dovrebbe continuare a sparare o fermarsi. Un valore di vero indica che dovrebbe continuare a sparare. Un valore di false indica che dovrebbe smettere di sparare. Questo parametro viene passato non inizializzato.

Implementazioni

Attributi

Si applica a