XsltLibrary.FormatMessage(String, IList<String>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
res
매개 변수에서 제공하는 서식 문자열과 args
매개 변수에 포함된 인수로 구성된 예외 메시지의 서식을 지정합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
public:
System::String ^ FormatMessage(System::String ^ res, System::Collections::Generic::IList<System::String ^> ^ args);
public string FormatMessage (string res, System.Collections.Generic.IList<string> args);
member this.FormatMessage : string * System.Collections.Generic.IList<string> -> string
Public Function FormatMessage (res As String, args As IList(Of String)) As String
매개 변수
- res
- String
메시지 리소스를 포함하는 문자열입니다.
반환
서식이 지정된 예외 메시지를 포함하는 문자열입니다.