Condividi tramite


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

Definizione

Formatta un messaggio di eccezione composto da una stringa di formato fornita dal parametro res e argomenti contenuti nel parametro args.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

res
String

Stringa contenente la risorsa del messaggio.

args
IList<String>

Elenco di stringhe che rappresentano argomenti del metodo.

Restituisce

String

Stringa contenente il messaggio di eccezione formattato.

Si applica a