[This is preliminary documentation and is subject to change.]

Creates a comment node with the specified data.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Comment CreateComment(
	string Data
)
Visual Basic (Declaration)
Public Function CreateComment ( _
	Data As String _
) As Comment
Visual C++
public:
Comment^ CreateComment(
	String^ Data
)

Parameters

Data
Type: System..::.String
Comment data.

Return Value

The new comment node.

See Also