CommentInfo::UseLineComments Property
Visual Studio 2015
Specifies whether line comments are supported.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanReturns true if line comments are support; otherwise, returns false.
If your language supports line comments, you must also supply the line comment characters in the LineStart property.
Show: