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

書式設定する例外メッセージを含んだ文字列。

適用対象