IsLegacyComment Method (Comment)
In This Topic
Gets a value indicating whether the comment is a legacy note.
Syntax
'Declaration
Public Overrides NotOverridable Function IsLegacyComment() As Boolean
'Usage
Dim instance As Comment
Dim value As Boolean
value = instance.IsLegacyComment()
public override bool IsLegacyComment()
See Also