IDTSInfoEvents100.FireInformation(Int32, String, String, String, Int32, Boolean) Metodo

Definizione

Questa API supporta l'infrastruttura del prodotto e non può essere usata direttamente dal codice. Genera un evento informativo.

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);
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 * * Integer * * che identifica il messaggio informativo.

SubComponent
String

Stringa arbitraria che identifica il sottomodulo all'interno di un'origine:

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.

pbFireAgain
Boolean

A * * Boolean * * che indica se l'esecuzione dell'attività deve continuare. Un valore di * * true * * indica che l'errore deve provocare l'annullamento dell'attività.

Attributi

Si applica a