Share via


CustomXMLSchema 接口

定义

表示集合中的 _CustomXMLSchemaCollection 架构。

public interface class CustomXMLSchema : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000CDB01-0000-0000-C000-000000000046")]
public interface CustomXMLSchema : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000CDB01-0000-0000-C000-000000000046")>]
type CustomXMLSchema = interface
    interface _IMsoDispObj
Public Interface CustomXMLSchema
Implements _IMsoDispObj
属性
实现

属性

Application

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

Creator

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

Location

获取一个 String 类型的值,该值表示架构在计算机上的位置。 只读。

NamespaceURI

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

Parent

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

方法

Delete()

CustomXMLSchema 集合中删除指定的架构。

Reload()

从文件重新加载架构。

适用于