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 String) (    namespaceURI As String _
)
        Get
public IEnumerable<string>  this [    string namespaceURI
] { get; }
public:
property IEnumerable<String^>^ Item {
    IEnumerable<String^>^ 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.