IDTSComponentMetaData100.FireInformation Método

Definição

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

Comentários

O evento OnInformation deve ser levantado apenas durante a execução do componente, já que a informação não é capturada visivelmente durante o projeto do componente.

O pbFireAgain parâmetro é definido pelo tempo de execução e indica se algum cliente está ouvindo o evento. Os componentes armazenam o valor desse parâmetro localmente e devem avaliar seu valor antes de aumentar o evento novamente. Se o valor do pbFireAgain parâmetro for falso, o evento não deve ser levantado.

Aplica-se a