CustomXMLPrefixMapping Interface
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.
Represents a namespace prefix.
public interface class CustomXMLPrefixMapping : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CDB10-0000-0000-C000-000000000046")]
public interface CustomXMLPrefixMapping : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CDB10-0000-0000-C000-000000000046")>]
type CustomXMLPrefixMapping = interface
interface _IMsoDispObj
Public Interface CustomXMLPrefixMapping
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets an Application object that represents the container application for the CustomXMLPrefixMapping object. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the CustomXMLPrefixMapping object was created. Read-only. |
NamespaceURI |
Gets the unique address identifier for the namespace of the CustomXMLPrefixMapping object. Read-only. |
Parent |
Gets the parent object of the CustomXMLPrefixMapping object. Read-only. |
Prefix |
Gets the prefix for a CustomXMLPrefixMapping object. Read-only. |