CustomXMLSchemaCollection Interface

Definition

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
Derived
Attributes
Implements

Properties

Application (Inherited from _IMsoDispObj)
Count

Gets the number of items in the _CustomXMLSchemaCollection collection. Read-only.

(Inherited from _CustomXMLSchemaCollection)
Creator (Inherited from _IMsoDispObj)
Item[Object]

Gets a CustomXMLSchema object from the _CustomXMLSchemaCollection collection. Read-only.

(Inherited from _CustomXMLSchemaCollection)
NamespaceURI[Int32]

Gets the unique address identifier for the namespace of the _CustomXMLSchemaCollection object. Read-only.

(Inherited from _CustomXMLSchemaCollection)
Parent

Gets the parent object for the _CustomXMLSchemaCollection object. Read-only.

(Inherited from _CustomXMLSchemaCollection)

Methods

Add(String, String, String, Boolean)

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.

(Inherited from _CustomXMLSchemaCollection)
AddCollection(CustomXMLSchemaCollection) (Inherited from _CustomXMLSchemaCollection)
GetEnumerator() (Inherited from _CustomXMLSchemaCollection)
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).

(Inherited from _CustomXMLSchemaCollection)

Applies to