Share via


CommentInfo.UseLineComments Property

Definition

Specifies whether line comments are supported.

public:
 property bool UseLineComments { bool get(); void set(bool value); };
public:
 property bool UseLineComments { bool get(); void set(bool value); };
public bool UseLineComments { get; set; }
member this.UseLineComments : bool with get, set
Public Property UseLineComments As Boolean

Property Value

Returns true if line comments are support; otherwise, returns false.

Remarks

If your language supports line comments, you must also supply the line comment characters in the LineStart property.

Applies to