NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeBlockComment.GetText

Gets the contents of the comment.

[Visual Basic]
Function GetText() As String
[C#]
string GetText();
[C++]
String* GetText() = 0;
[JScript]
function GetText() : String;

Return Value

A string containing the block comment.

Remarks

No comment indicators should be retrieved (such as "//" or "/*").

See Also

ICodeBlockComment Interface | ICodeBlockComment Members | System.ComponentModel.Design.CodeModel Namespace