| BlockCommentFormatAllowNesting Property |
Gets a value indicating whether block comments in this format may be nested.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public bool AllowNesting { get; }
Public ReadOnly Property AllowNesting As Boolean
Get
public:
property bool AllowNesting {
bool get ();
}
member AllowNesting : bool with get
Property Value
Type:
Boolean if comments in this format may be nested; otherwise,
.
See Also