CommentInfo::LineStart Property
Visual Studio 2015
Specifies the string of characters that define the start of a line comment.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::String^Returns the string of characters that define the start of a line comment.
If your language supports line comments, you must also set the UseLineComments property to true.
Show: