Indicates whether original members of the collection can be removed. 
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
| Protected Overrides Function CanRemoveInstance( _
   ByVal value As Object _
) As Boolean | 
 
Parameters
- value 
- The value to remove.
Return Value
true if it is permissible to remove this value from the collection; otherwise, false. The default implementation always returns true.
 
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
 See Also
See Also