_CustomXMLSchemaCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of CustomXMLSchema objects attached to a data stream.
The _CustomXMLSchemaCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | Gets an Application object that represents the container application for the _CustomXMLSchemaCollection object. Read-only. |
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Count | Gets the number of items in the _CustomXMLSchemaCollection collection. Read-only. |
![]() |
Creator | Gets a 32-bit integer that indicates the application in which the _CustomXMLSchemaCollection object was created. Read-only. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Item | Gets a CustomXMLSchema object from the _CustomXMLSchemaCollection collection. Read-only. |
![]() |
NamespaceURI | Gets the unique address identifier for the namespace of the _CustomXMLSchemaCollection object. Read-only. |
![]() |
Parent | Gets the parent object for the _CustomXMLSchemaCollection object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Allows you to add one or more schemas to a schema collection that can then be added to a stream in the data store and to the Schema Library. |
![]() |
AddCollection | |
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
![]() |
GetEnumerator() | |
![]() |
Validate | Specifies whether the schemas in a schema collection are valid (conforms to the syntactic rules of XML and the rules for a specified vocabulary; a standard for structuring XML). |
Top