Click or drag to resize

UnresolvedRefAttachMessage Method

Attach the specified text to the UnresolvedRef as a Message.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override void AttachMessage(
	string text,
	MessageSeverity messageType,
	MessageSource messageSource
)

Parameters

text
Type: SystemString
messageType
Type: Nova.CodeDOMMessageSeverity
messageSource
Type: Nova.CodeDOMMessageSource
See Also