IDTSComponentMetaData100.FireInformation Método

Definición

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)

Parámetros

InformationCode
Int32
SubComponent
String
Description
String
HelpFile
String
HelpContext
Int32
pbFireAgain
Boolean
Atributos

Comentarios

El evento OnInformation solo debe aparecer durante la ejecución del componente, ya que la información no se captura visiblemente durante el diseño del componente.

El pbFireAgain parámetro se establece mediante el tiempo de ejecución e indica si algún cliente está escuchando el evento. Los componentes almacenan el valor de este parámetro localmente y deben evaluar su valor antes de volver a aumentar el evento. Si el valor del pbFireAgain parámetro es falso, el evento no debe elevarse.

Se aplica a