Click or drag to resize

SolutionLogAndAttachMessage Method

Log the specified text message and also attach it as an annotation.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void LogAndAttachMessage(
	string message,
	MessageSeverity severity,
	MessageSource source,
	string toolTip = null
)

Parameters

message
Type: SystemString
severity
Type: Nova.CodeDOMMessageSeverity
source
Type: Nova.CodeDOMMessageSource
toolTip (Optional)
Type: SystemString
See Also