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!

IDocument.createNode

[To be supplied.]

[Visual Basic]
Function createNode( _
   ByVal nodeTypeString As String, _
   ByVal name As String, _
   ByVal uri As String _
) As INode
[C#]
INode createNode(
   string nodeTypeString,
   string name,
   string uri
);
[C++]
INode* createNode(
   String* nodeTypeString,
   String* name,
   String* uri
) = 0;
[JScript]
function createNode(
   nodeTypeString : String,
   name : String,
   uri : String
) : INode;

Parameters

nodeTypeString
[To be supplied.]
name
[To be supplied.]
uri
[To be supplied.]

See Also

IDocument Interface | IDocument Members | System.Data.XML.DOM Namespace