| BlockCommentFormatEndText Property |
Gets the suffix for a block comment in this format.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public string EndText { get; }
Public ReadOnly Property EndText As String
Get
public:
property String^ EndText {
String^ get ();
}
member EndText : string with get
Property Value
Type:
StringSee Also