언어

ErrorSupport.FireInformationWithArgs 메서드

정의

사용자 정의 객체나 정보를 배열로 제공할 수 있는 정보 메시지를 생성합니다.

오버로드

Name Description
FireInformationWithArgs(Int32, Boolean, Object[])

지정된 HRESULT에 대한 정보 메시지를 생성하고, 실행 취소를 허용하며, 사용자 정의 객체나 정보의 선택적 배열을 포함합니다.

FireInformationWithArgs(Int32, String, String, Int32, Boolean, Object[])

지정된 HRESULT에 대한 정보 메시지를 발생시키고, 지정된 컴포넌트, 도움말 파일, 도움말 컨텍스트와 연관시키며, 실행 취소를 허용하고, 선택적으로 사용자 정의 객체나 정보를 배열로 포함합니다.

FireInformationWithArgs(Int32, Boolean, Object[])

지정된 HRESULT에 대한 정보 메시지를 생성하고, 실행 취소를 허용하며, 사용자 정의 객체나 정보의 선택적 배열을 포함합니다.

public:
 void FireInformationWithArgs(int hResult, bool % bFireAgain, ... cli::array <System::Object ^> ^ paramList);
public void FireInformationWithArgs(int hResult, ref bool bFireAgain, params object[] paramList);
member this.FireInformationWithArgs : int * bool * obj[] -> unit
Public Sub FireInformationWithArgs (hResult As Integer, ByRef bFireAgain As Boolean, ParamArray paramList As Object())

매개 변수

hResult
Int32

기초 COM 함수의 HRESULT입니다.

bFireAgain
Boolean

다음 이벤트가 발생할 때 동일한 정보 메시지를 반환해야 한다면 참이고; 그렇지 않으면 거짓입니다.

paramList
Object[]

사용자가 정의한 객체나 정보의 선택적 배열입니다.

적용 대상

FireInformationWithArgs(Int32, String, String, Int32, Boolean, Object[])

지정된 HRESULT에 대한 정보 메시지를 발생시키고, 지정된 컴포넌트, 도움말 파일, 도움말 컨텍스트와 연관시키며, 실행 취소를 허용하고, 선택적으로 사용자 정의 객체나 정보를 배열로 포함합니다.

public:
 void FireInformationWithArgs(int hResult, System::String ^ strSubComponent, System::String ^ strHelpFile, int HelpContext, bool % bFireAgain, ... cli::array <System::Object ^> ^ paramList);
public void FireInformationWithArgs(int hResult, string strSubComponent, string strHelpFile, int HelpContext, ref bool bFireAgain, params object[] paramList);
member this.FireInformationWithArgs : int * string * string * int * bool * obj[] -> unit
Public Sub FireInformationWithArgs (hResult As Integer, strSubComponent As String, strHelpFile As String, HelpContext As Integer, ByRef bFireAgain As Boolean, ParamArray paramList As Object())

매개 변수

hResult
Int32

기초 COM 함수의 HRESULT입니다.

strSubComponent
String

부품의 친근한 이름입니다.

strHelpFile
String

제기된 메시지에 대한 추가 정보를 제공하는 도움말 파일입니다.

HelpContext
Int32

메시지 작성에 대한 추가 정보를 제공하는 도움말 파일 내 위치입니다.

bFireAgain
Boolean

다음 이벤트가 발생할 때 동일한 정보 메시지를 반환해야 한다면 참이고; 그렇지 않으면 거짓입니다.

paramList
Object[]

사용자가 정의한 객체나 정보의 선택적 배열입니다.

적용 대상