'Declaration Public ReadOnly Property IsEvaluatedName As Boolean
'Usage Dim instance As SyntaxHighlightEntry Dim value As Boolean value = instance.IsEvaluatedName
public bool IsEvaluatedName {get;}
Property Value
true
if the highlight entry is an evaluated name; otherwise false
.