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.Remove (TreePosition)

[To be supplied.]

[Visual Basic]
Overloads Sub Remove( _
   ByVal p As TreePosition _
)
[C#]
void Remove(
   TreePosition p
);
[C++]
void Remove(
   TreePosition p
) = 0;
[JScript]
function Remove(
   p : TreePosition
);

Parameters

p
[To be supplied.]

See Also

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