_CustomXMLPart.NamespaceManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of namespace prefix mappings used against the current _CustomXMLPart object. Read-only.
public:
property Microsoft::Office::Core::CustomXMLPrefixMappings ^ NamespaceManager { Microsoft::Office::Core::CustomXMLPrefixMappings ^ get(); };
public Microsoft.Office.Core.CustomXMLPrefixMappings NamespaceManager { get; }
member this.NamespaceManager : Microsoft.Office.Core.CustomXMLPrefixMappings
Public ReadOnly Property NamespaceManager As CustomXMLPrefixMappings