IDTSComponentMetaData100.FireInformation 메서드

정의

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)

매개 변수

InformationCode
Int32

구성 요소에서 정의한 정보 코드입니다.

SubComponent
String

이벤트를 발생시키는 구성 요소의 이름입니다.

Description
String

정보 이벤트에 대한 설명입니다.

HelpFile
String

정보 이벤트에 대한 추가 정보를 제공하는 도움말 파일입니다.

HelpContext
Int32

정보의 컨텍스트 ID입니다.

pbFireAgain
Boolean

이벤트가 이후에 다시 발생할지 여부를 지정합니다.

특성

설명

구성 OnInformation 요소 디자인 중에 정보가 눈에 띄게 캡처되지 않으므로 구성 요소 실행 중에만 이벤트가 발생해야 합니다.

매개 변수는 pbFireAgain 런타임에 의해 설정되며 클라이언트가 이벤트를 수신 대기하는지 여부를 나타냅니다. 구성 요소는 이 매개 변수의 값을 로컬로 저장하고 이벤트를 다시 발생하기 전에 해당 값을 평가해야 합니다. 매개 변수 값이 pbFireAgainfalse면 이벤트를 발생시키지 않아야 합니다.

적용 대상