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
包含訊息資源的字串。
傳回
包含格式化例外狀況訊息的字串。