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!

IDataEditor.Insert (TreePosition, Object, Type)

[To be supplied.]

[Visual Basic]
Overloads Sub Insert( _
   ByVal p As TreePosition, _
   ByVal obj As Object, _
   ByVal type As Type _
)
[C#]
void Insert(
   TreePosition p,
   object obj,
   Type type
);
[C++]
void Insert(
   TreePosition p,
   Object* obj,
   Type* type
) = 0;
[JScript]
function Insert(
   p : TreePosition,
   obj : Object,
   type : Type
);

Parameters

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

See Also

IDataEditor Interface | IDataEditor Members | System.Data Namespace | IDataEditor.Insert Overload List