Share via


CustomXMLPrefixMapping 接口

定义

代表一个命名空间前缀。

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

属性

Application

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

Creator

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

NamespaceURI

获取 对象的命名空间的唯一 CustomXMLPrefixMapping 地址标识符。 只读。

Parent

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

Prefix

获取 对象的前缀 CustomXMLPrefixMapping 。 只读。

适用于