| FormatCommenterPreferredBlockFormat 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 BlockCommentFormat PreferredBlockFormat { get; }
Public Overridable ReadOnly Property PreferredBlockFormat As BlockCommentFormat
Get
public:
virtual property BlockCommentFormat^ PreferredBlockFormat {
BlockCommentFormat^ get ();
}
abstract PreferredBlockFormat : BlockCommentFormat with get
override PreferredBlockFormat : BlockCommentFormat with get
Property Value
Type:
BlockCommentFormatThe preferred BlockCommentFormat.
-or-
if this commenter does not support creating block comments with the Comment
command.
See Also