CustomXMLPrefixMappings 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 collection of CustomXMLPrefixMapping objects.
public interface class CustomXMLPrefixMappings : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB00-0000-0000-C000-000000000046")]
public interface CustomXMLPrefixMappings : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB00-0000-0000-C000-000000000046")>]
type CustomXMLPrefixMappings = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface CustomXMLPrefixMappings
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Properties
Application |
Gets an Application object that represents the container application for the CustomXMLPrefixMappings object. Read-only. |
Count |
Gets the number of items in the CustomXMLPrefixMappings collection. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the CustomXMLPrefixMappings object was created. Read-only. |
Item[Object] |
Gets a CustomXMLPrefixMapping object from the CustomXMLPrefixMappings collection. Read-only. |
Parent |
Gets the parent object for the CustomXMLPrefixMappings object. Read-only. |
Methods
AddNamespace(String, String) |
Allows you to add a custom namespace/prefix mapping to use when querying an item. |
GetEnumerator() | |
LookupNamespace(String) |
Allows you to get the namespace corresponding to the specified prefix. |
LookupPrefix(String) |
Allows you to get a prefix corresponding to the specified namespace. |