[This is preliminary documentation and is subject to change.]
Creates a text node containing the specified textual data.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public Text CreateTextNode( string Data ) |
Visual Basic (Declaration) |
---|
Public Function CreateTextNode ( _ Data As String _ ) As Text |
Visual C++ |
---|
public: Text^ CreateTextNode( String^ Data ) |
Parameters
- Data
- Type: System..::.String
Textual data for the node.