LocationHintCollection.Remove Method (string)LocationHintCollection.Remove Method (String)LocationHintCollection::Remove Method (String^)
Removes all location hints for the specified namespace URI from the LocationHintCollectionLocationHintCollectionLocationHintCollection.
Parameters
- namespaceURI
Type: System.StringSystem.StringSystem::String^
The namespace URI.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the location hint is successfully removed; otherwise falseFalsefalse.
This method returns falseFalsefalse if the location hint is not found in the
LocationHintCollectionLocationHintCollectionLocationHintCollection.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
namespaceURI is null
a null reference (Nothing in Visual Basic)
nullptr.
|
