XsltLibrary.FormatMessage(String, IList<String>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
Zwraca
Ciąg, który zawiera sformatowany komunikat o wyjątku.