Click or drag to resize

IMessageServiceShowWarningFormatted Method

Shows a warning message. formatstring is first passed through the StringParser, then through Format(String, Object), using the formatitems as arguments.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ShowWarningFormatted(
	string formatstring,
	params Object[] formatitems
)

Parameters

formatstring  String

[Missing <param name="formatstring"/> documentation for "M:Altaxo.Main.Services.IMessageService.ShowWarningFormatted(System.String,System.Object[])"]

formatitems  Object

[Missing <param name="formatitems"/> documentation for "M:Altaxo.Main.Services.IMessageService.ShowWarningFormatted(System.String,System.Object[])"]

See Also