Can a conditional element a CodeElement in .NET? I scoured this page: http://msdn.microsoft.com/en-us/library/envdte.vscmelement(VS.80).aspx
Didn't find anything on that.
I am writing a macro/add-in to achieve the following: If the cursor is at a starting point of an if-condition statement, I want the corresponding End If statement to be highlighted. If the conditional elements(if,switch,etc..) can be represented as CodeElement type, then the job is easier.