LocationHintCollection.Item PropertyLocationHintCollection.Item PropertyLocationHintCollection::Item Property

Gets the location hints associated with the specified namespace URI.

Syntax

Public ReadOnly Property Item As IEnumerable(Of AnyUri) (    namespaceURI As String _
)
        Get
public IEnumerable<AnyUri>  this [    string namespaceURI
] { get; }
public:
property IEnumerable<AnyUri^>^ Item {
    IEnumerable<AnyUri^>^ get();
}
 

Parameters

namespaceURI

Type: System.StringSystem.StringSystem::String^

The namespace URI.

Remarks

If no location hints have been associated with namespaceURI then ItemItemItem returns an empty collection.