CommentInfo.UseLineComments 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 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.