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!

CodeCommentStatement Constructor (String)

Initializes a new instance of CodeCommentStatement with the specified text as contents.

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String _
)
[C#]
public CodeCommentStatement(
   string text
);
[C++]
public: CodeCommentStatement(
   String* text
);
[JScript]
public function CodeCommentStatement(
   text : String
);

Parameters

text
The comment contents.

See Also

CodeCommentStatement Class | CodeCommentStatement Members | System.CodeDOM Namespace | CodeCommentStatement Constructor Overload List