CustomXMLPrefixMappings Members
Include Protected Members
Include Inherited Members
Represents a collection of CustomXMLPrefixMapping objects.
The CustomXMLPrefixMappings type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
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 | (Inherited from _IMsoDispObj.) | |
Creator | Gets a 32-bit integer that indicates the application in which the CustomXMLPrefixMappings object was created. Read-only. | |
Item | Gets a CustomXMLPrefixMapping object from the CustomXMLPrefixMappings collection. Read-only. | |
Parent | Gets the parent object for the CustomXMLPrefixMappings object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
AddNamespace | Allows you to add a custom namespace/prefix mapping to use when querying an item. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
LookupNamespace | Allows you to get the namespace corresponding to the specified prefix. | |
LookupPrefix | Allows you to get a prefix corresponding to the specified namespace. |
Top