LocationHintCollection ClassLocationHintCollection ClassLocationHintCollection Class

A collection that maps namespace URIs to sets of location hints.

Inheritance Hierarchy

Syntax

Public NotInheritable Class LocationHintCollection _
        Implements IEnumerable(Of KeyValuePair(Of String, AnyUri)), _
                   System.Collections.IEnumerable
public sealed class LocationHintCollection : IEnumerable<KeyValuePair<string, AnyUri>>,
        System.Collections.IEnumerable
public:
ref class LocationHintCollection sealed : IEnumerable<KeyValuePair<String^, AnyUri^>>,
        System.Collections::IEnumerable^
 
The LocationHintCollectionLocationHintCollectionLocationHintCollection type exposes the following members.

Constructors

 ConstructorDescription
Public methodLocationHintCollection ()LocationHintCollection ()LocationHintCollection () Initializes a new instance of the LocationHintCollectionLocationHintCollectionLocationHintCollection class.
Public methodLocationHintCollection (LocationHintCollection)LocationHintCollection (LocationHintCollection)LocationHintCollection (LocationHintCollection^) Initializes a new instance of the LocationHintCollectionLocationHintCollectionLocationHintCollection class from another LocationHintCollectionLocationHintCollectionLocationHintCollection instance.

Top

Properties

 PropertyDescription
Public propertyItemItemItem Gets the location hints associated with the specified namespace URI.
Public propertyNamespaceUrisNamespaceUrisNamespaceUris Gets a collection containing the namespace URIs that have location hints in this LocationHintCollectionLocationHintCollectionLocationHintCollection.

Top

Methods

 MethodDescription
Public methodAdd (string, AnyUri)Add (String, AnyUri)Add (String^, AnyUri^) Adds a location hint for the specified namespace URI to this LocationHintCollectionLocationHintCollectionLocationHintCollection.
Public methodAdd (string, AnyUri[])Add (String, AnyUri())Add (String^, array<AnyUri^>^) Adds a location hint for the specified namespace URI to this LocationHintCollectionLocationHintCollectionLocationHintCollection.
Public methodClearClearClear Removes all items from the LocationHintCollectionLocationHintCollectionLocationHintCollection.
Public methodContains (string)Contains (String)Contains (String^) Determines whether the LocationHintCollectionLocationHintCollectionLocationHintCollection already contains the specified location hint for the specified namespace URI.
Public methodContains (string, AnyUri)Contains (String, AnyUri)Contains (String^, AnyUri^) Determines whether the LocationHintCollectionLocationHintCollectionLocationHintCollection already contains location hints for the specified namespace URI.
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodRemove (string)Remove (String)Remove (String^) Removes all location hints for the specified namespace URI from the LocationHintCollectionLocationHintCollectionLocationHintCollection.
Public methodRemove (string, AnyUri)Remove (String, AnyUri)Remove (String^, AnyUri^) Removes a location hint for the specified namespace URI from the LocationHintCollectionLocationHintCollectionLocationHintCollection.
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top