PathCollectionRemove Method |
Removes a path from the list.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 String
- The path that should be removed
Return Value
Booleantrue if
item was found and removed successfully; otherwise
false.
Implements
ICollectionTRemove(T)
See Also