| BlockCommentFormatStartText Property |
Gets the prefix 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 StartText { get; }
Public ReadOnly Property StartText As String
Get
public:
property String^ StartText {
String^ get ();
}
member StartText : string with get
Property Value
Type:
StringSee Also