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, Object, Type)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub Insert( _
   ByVal pos As TreePosition, _
   ByVal obj As Object, _
   ByVal type As Type _
)
[C#]
public virtual void Insert(
   TreePosition pos,
   object obj,
   Type type
);
[C++]
public: virtual void Insert(
   TreePosition pos,
   Object* obj,
   Type* type
);
[JScript]
public function Insert(
   pos : TreePosition,
   obj : Object,
   type : Type
);

Parameters

pos
[To be supplied.]
obj
[To be supplied.]
type
[To be supplied.]

See Also

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