XMLSchemaReferences 接口

定义

对象的集合 XMLSchemaReference ,这些对象表示附加到文档的唯一命名空间。

public interface class XMLSchemaReferences : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("356B06EC-4908-42A4-81FC-4B5A51F3483B")]
public interface XMLSchemaReferences : System.Collections.IEnumerable
type XMLSchemaReferences = interface
    interface IEnumerable
Public Interface XMLSchemaReferences
Implements IEnumerable
属性
实现

注解

XMLSchemaReferences使用 属性可返回附加到文档的架构集合。

属性

AllowSaveAsXMLWithoutValidation

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

Application

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

AutomaticValidation

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

Count

返回指定集合中的项数。

Creator

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

HideValidationErrors

如果为 True,则当 Microsoft Word验证文档中的 XML 时隐藏架构冲突。

IgnoreMixedContent

返回一个布尔值,该值表示 Microsoft Word是否对具有元素同级的文本节点执行验证,并指定当 属性为 TrueXMLSaveDataOnly,是否将这些文本节点保存在 XML 中。

Item[Object]

返回集合中的单个对象。

Parent

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

ShowPlaceholderText

返回一个 布尔值 ,该值代表是否为文档中的 XML 元素显示自动占位符文本。 如果显示占位符文本, 则返回 trueFalse ,则隐藏占位符文本。

方法

Add(Object, Object, Object, Boolean)

返回一个 XMLSchemaReference ,它表示应用于文档的架构。

GetEnumerator()

对象的集合 XMLSchemaReference ,这些对象表示附加到文档的唯一命名空间。

Validate()

根据附加的 XML 架构验证单个 XML 元素或整个文档。

适用于