| FormatCommenterPreferredLineFormat Property |
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public virtual LineCommentFormat PreferredLineFormat { get; }
Public Overridable ReadOnly Property PreferredLineFormat As LineCommentFormat
Get
public:
virtual property LineCommentFormat^ PreferredLineFormat {
LineCommentFormat^ get ();
}
abstract PreferredLineFormat : LineCommentFormat with get
override PreferredLineFormat : LineCommentFormat with get
Property Value
Type:
LineCommentFormatThe preferred LineCommentFormat.
-or-
if this commenter does not support creating line comments with the Comment
command.
See Also