XPathLibraryCollection.Remove MethodXPathLibraryCollection.Remove MethodXPathLibraryCollection::Remove Method
- XmlPrime 1.1
- Other Versions ▼
Removes a specific library from the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.
Syntax
Public Function Remove( _ item As XPathFunctionLibrary _ ) As Boolean
public bool Remove( XPathFunctionLibrary item )
public: virtual bool Remove( XPathFunctionLibrary^ item ) sealed
Parameters
- item
Type: XmlPrime.XPathFunctionLibraryXmlPrime.XPathFunctionLibraryXmlPrime::XPathFunctionLibrary^
The library to remove from the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if item was successfully removed from the
XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection; otherwise, false
False
false
. This method also returns false
if item is not found in the original XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | item is null
a null reference (Nothing in Visual Basic)
nullptr . |