다음을 통해 공유


XsltLibrary.FormatMessage(String, IList<String>) 메서드

정의

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

메시지 리소스를 포함하는 문자열입니다.

args
IList<String>

메서드에 대한 인수를 나타내는 문자열의 목록입니다.

반환

String

서식이 지정된 예외 메시지를 포함하는 문자열입니다.

적용 대상