Click or drag to resize

TextWriterMessageServiceShowWarningFormatted Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.Implementation.TextWriterMessageService.ShowWarningFormatted(System.String,System.Object[])"]


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

Parameters

formatstring  String

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

formatitems  Object

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

Implements

IMessageServiceShowWarningFormatted(String, Object)
See Also