XMLSchemaReferences Members
Include Protected Members
Include Inherited Members
A collection of XMLSchemaReference objects that represent the unique namespaces that are attached to a document.
The XMLSchemaReferences type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Returns a XMLSchemaReference that represents a schema applied to a document. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Validate | Verifies an individual XML element or the entire document against the attached XML schema or schemas. |
Top
Properties
Name | Description | |
---|---|---|
AllowSaveAsXMLWithoutValidation | Returns a Boolean that represents whether Microsoft Word validates the XML in a document upon saving the document. | |
Application | Returns a Application object that represents the Microsoft Word application. | |
AutomaticValidation | Returns a Boolean that represents whether Microsoft Word will validate the XML in a document as a user type. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
HideValidationErrors | True to hide schema violations when Microsoft Word validates the XML in a document. | |
IgnoreMixedContent | Returns a Boolean that represents whether Microsoft Word performs validation on text nodes that have element siblings and specifies whether these text nodes are saved in XML when the XMLSaveDataOnly property is True. | |
Item | Returns an individual object in a collection. | |
Parent | Returns an object that represents the parent object of the specified object. | |
ShowPlaceholderText | Returns a Boolean that represents whether automatic placeholder text is displayed for XML elements in a document. True displays placeholder text. False hides placeholder text. |
Top