PathCollectionRemove Method |
Removes a path from the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual bool Remove(
string item
)
Public Overridable Function Remove (
item As String
) As Boolean
public:
virtual bool Remove(
String^ item
)
abstract Remove :
item : string -> bool
override Remove :
item : string -> bool
Parameters
- item
- Type: SystemString
The path that should be removed
Return Value
Type:
Booleantrue if
item was found and removed successfully; otherwise
false.
Implements
ICollectionTRemove(T)See Also