LocationHintCollection.NamespaceUris PropertyLocationHintCollection.NamespaceUris PropertyLocationHintCollection::NamespaceUris Property

Gets a collection containing the namespace URIs that have location hints in this LocationHintCollectionLocationHintCollectionLocationHintCollection.

Syntax

Public ReadOnly Property NamespaceUris As IEnumerable(Of String)
        Get
public IEnumerable<string> NamespaceUris { get; }
public:
property IEnumerable<String^>^ NamespaceUris {
    IEnumerable<String^>^ get();
}