CommentInfo::LineStart Property

 

Specifies the string of characters that define the start of a line comment.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property String^ LineStart {
	String^ get();
	void set(String^ value);
}

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.

Return to top
Show: