CommentInfo.LineStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the string of characters that define the start of a line comment.
public:
property System::String ^ LineStart { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ LineStart { Platform::String ^ get(); void set(Platform::String ^ value); };
public string LineStart { get; set; }
member this.LineStart : string with get, set
Public Property LineStart As String
Property Value
Returns the string of characters that define the start of a line comment.
Remarks
If your language supports line comments, you must also set the UseLineComments property to true
.