Click or drag to resize

CodeObjectRemoveAllMessages Method

Remove all messages from this object, or optionally only from the specified source.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void RemoveAllMessages(
	MessageSource messageSource = MessageSource.Unspecified,
	bool notify = true
)

Parameters

messageSource (Optional)
Type: Nova.CodeDOMMessageSource
notify (Optional)
Type: SystemBoolean
See Also