IDTSComponentEvents100.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(1)]
public void FireInformation(int InformationCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(1)>]
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
도움말 파일에 있는 주제의 식별자.
- pbFireAgain
- Boolean
이 메서드가 반환되면 이 메서드가 계속 발송되어야 하거나 발사 중지해야 함을 나타내는 불리언이 포함됩니다. true(참) 값은 계속 발사해야 함을 나타냅니다. false 값은 발사를 멈춰야 함을 의미합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.
구현
- 특성