Gets the contents of the comment.
[Visual Basic] Function GetText() As String [C#] string GetText(); [C++] String* GetText() = 0; [JScript] function GetText() : String;
A string containing the block comment.
No comment indicators should be retrieved (such as "//" or "/*").
ICodeBlockComment Interface | ICodeBlockComment Members | System.ComponentModel.Design.CodeModel Namespace