IDTSComponentMetaData100.FireInformation Metodo

Definizione

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(128)]
public void FireInformation(int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(128)>]
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
SubComponent
String
Description
String
HelpFile
String
HelpContext
Int32
pbFireAgain
Boolean
Attributi

Commenti

L'evento OnInformation dovrebbe essere attivato solo durante l'esecuzione del componente, poiché le informazioni non vengono catturate visibilmente durante la progettazione del componente.

Il parametro pbFireAgain è impostato dal runtime e indica se qualche client sta ascoltando l'evento. I componenti memorizzano localmente il valore di questo parametro e dovrebbero valutarne il valore prima di riattivare l'evento. Se il valore del pbFireAgain parametro è falso, l'evento non dovrebbe essere sollevato.

Si applica a