CustomXMLPrefixMappings 接口

定义

表示 对象的集合 CustomXMLPrefixMapping

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
属性
实现

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 CustomXMLPrefixMappings 。 只读。

Count

获取集合中的 CustomXMLPrefixMappings 项数。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 CustomXMLPrefixMappings 。 只读。

Item[Object]

从集合中CustomXMLPrefixMappingCustomXMLPrefixMappings获取对象。 只读。

Parent

获取 对象的父对象 CustomXMLPrefixMappings 。 只读。

方法

AddNamespace(String, String)

允许您添加要在查询项目时使用的自定义命名空间/前缀映射。

GetEnumerator()

表示 对象的集合 CustomXMLPrefixMapping

LookupNamespace(String)

允许您获取对应于指定前缀的命名空间。

LookupPrefix(String)

允许您获取对应于指定命名空间的前缀。

适用于