ErrorSupport.GetFormattedMessageEx(Int32, String, Object[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
HRESULT에 대한 오류 메시지를 가져오고 매개 변수를 제공된 값으로 채워 메시지의 형식을 지정합니다.
public:
static int GetFormattedMessageEx(int hResult, [Runtime::InteropServices::Out] System::String ^ % strFormattedText, ... cli::array <System::Object ^> ^ paramList);
public static int GetFormattedMessageEx (int hResult, out string strFormattedText, params object[] paramList);
static member GetFormattedMessageEx : int * string * obj[] -> int
Public Shared Function GetFormattedMessageEx (hResult As Integer, ByRef strFormattedText As String, ParamArray paramList As Object()) As Integer
매개 변수
- hResult
- Int32
형식이 지정된 오류 메시지를 반환할 HRESULT입니다.
- strFormattedText
- String
형식이 지정된 오류 메시지입니다.
- paramList
- Object[]
형식이 지정된 오류 메시지에 필요한 매개 변수 값의 배열입니다.
반환
메서드의 성공 여부를 나타내는 값입니다.