Udostępnij za pośrednictwem


XsltLibrary.FormatMessage(String, IList<String>) Metoda

Definicja

Formatuje komunikat o wyjątku składa się z ciągu formatu dostarczonego przez res parametr i argumenty zawarte w args parametrze.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

res
String

Ciąg zawierający zasób komunikatu.

args
IList<String>

Lista ciągów reprezentujących argumenty metody .

Zwraca

String

Ciąg, który zawiera sformatowany komunikat o wyjątku.

Dotyczy