CustomXMLSchemaCollection 接口

定义

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

属性

Application (继承自 _IMsoDispObj)
Count

获取集合中的 _CustomXMLSchemaCollection 项数。 此为只读属性。

(继承自 _CustomXMLSchemaCollection)
Creator (继承自 _IMsoDispObj)
Item[Object]

从集合中CustomXMLSchema_CustomXMLSchemaCollection获取对象。 此为只读属性。

(继承自 _CustomXMLSchemaCollection)
NamespaceURI[Int32]

获取 对象的命名空间的唯一 _CustomXMLSchemaCollection 地址标识符。 此为只读属性。

(继承自 _CustomXMLSchemaCollection)
Parent

获取 对象的父对象 _CustomXMLSchemaCollection 。 此为只读属性。

(继承自 _CustomXMLSchemaCollection)

方法

Add(String, String, String, Boolean)

通过该方法,可以将一个或多个架构添加到架构集合中,该集合然后可被添加到数据存储中的流以及架构库中。

(继承自 _CustomXMLSchemaCollection)
AddCollection(CustomXMLSchemaCollection) (继承自 _CustomXMLSchemaCollection)
GetEnumerator() (继承自 _CustomXMLSchemaCollection)
Validate()

指定架构集合中的架构是否有效(符合 XML 的语法规则以及指定词汇的规则;用于结构化 XML 的标准)。

(继承自 _CustomXMLSchemaCollection)

适用于