XMLSchemaReference 接口

定义

代表附加到文档的单个架构。

public interface class XMLSchemaReference
[System.Runtime.InteropServices.Guid("FE0971F0-5E60-4985-BCDA-95CB0B8E0308")]
public interface XMLSchemaReference
type XMLSchemaReference = interface
Public Interface XMLSchemaReference
属性

注解

XMLSchemaReference使用 属性可返回 对象的 XMLSchemaReference 对象XMLChildNodeSuggestion

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Location

返回一个 String 类型的值,该值指示指定 XML 架构的位置。

NamespaceURI

返回一个代表指定对象的架构命名空间统一资源标识符 (URI) 的 字符串

Parent

返回一个对象,代表指定对象的父对象。

方法

Delete()

删除指定的对象。

Reload()

通过解析指向缓冲文档的超链接再下载该文档来重新加载该文档。

适用于