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!

ColumnsCollectionEditor.CanRemoveInstance

Here we check to see if it is OK to remove this instance from the collection.

[Visual Basic]
Overrides Protected Function CanRemoveInstance( _
   ByVal value As Object _
) As Boolean
[C#]
protected override bool CanRemoveInstance(
   object value
);
[C++]
protected: override bool CanRemoveInstance(
   Object* value
);
[JScript]
protected override function CanRemoveInstance(
   value : Object
) : Boolean;

Parameters

value
[To be supplied.]

See Also

ColumnsCollectionEditor Class | ColumnsCollectionEditor Members | System.Data.Design Namespace