IDTSComponentMetaData100.FireInformation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 런타임에 의해 설정되며, 어떤 클라이언트가 이벤트를 듣고 있는지 여부를 나타냅니다. 컴포넌트는 이 매개변수의 값을 로컬에 저장하며, 이벤트를 다시 발생시키기 전에 값을 평가해야 합니다. 매개변수 값 pbFireAgain 이 이라 false면 이벤트를 발생시키지 않아야 합니다.