| FormatCommenterLineFormats Property |
Gets a collection of line comment formats recognized by this commenter.
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 ReadOnlyCollection<LineCommentFormat> LineFormats { get; }
Public Overridable ReadOnly Property LineFormats As ReadOnlyCollection(Of LineCommentFormat)
Get
public:
virtual property ReadOnlyCollection<LineCommentFormat^>^ LineFormats {
ReadOnlyCollection<LineCommentFormat^>^ get ();
}
abstract LineFormats : ReadOnlyCollection<LineCommentFormat> with get
override LineFormats : ReadOnlyCollection<LineCommentFormat> with get
Property Value
Type:
ReadOnlyCollectionLineCommentFormat
A collection of line comment formats recognized by this commenter.
See Also