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.SetText

Sets the contents of the comment.

[Visual Basic]
Sub SetText( _
   ByVal value As String _
)
[C#]
void SetText(
   string value
);
[C++]
void SetText(
   String* value
) = 0;
[JScript]
function SetText(
   value : String
);

Parameters

value
A string specifying the contents of the comment.

Remarks

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

See Also

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