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