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 só deve ser gerado durante a execução do componente, pois as informações não são visivelmente capturadas durante o design do componente.

O pbFireAgain parâmetro é definido pelo runtime e indica se algum cliente está escutando o evento. Os componentes armazenam o valor desse parâmetro localmente e devem avaliar seu valor antes de elevar o evento novamente. Se o valor do pbFireAgain parâmetro for false, o evento não deverá ser gerado.

Aplica-se a