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!

DocumentEditor.Insert (TreePosition, XmlNodeType, String, String, String)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub Insert( _
   ByVal pos As TreePosition, _
   ByVal nodeType As XmlNodeType, _
   ByVal name As String, _
   ByVal uri As String, _
   ByVal prefix As String _
)
[C#]
public virtual void Insert(
   TreePosition pos,
   XmlNodeType nodeType,
   string name,
   string uri,
   string prefix
);
[C++]
public: virtual void Insert(
   TreePosition pos,
   XmlNodeType nodeType,
   String* name,
   String* uri,
   String* prefix
);
[JScript]
public function Insert(
   pos : TreePosition,
   nodeType : XmlNodeType,
   name : String,
   uri : String,
   prefix : String
);

Parameters

pos
[To be supplied.]
nodeType
[To be supplied.]
name
[To be supplied.]
uri
[To be supplied.]
prefix
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace | DocumentEditor.Insert Overload List