_Application.ArbitraryXMLSupportAvailable Property

Returns a Boolean that represents whether Microsoft Word accepts custom XML schemas. Returns True if Word accepts custom XML schemas, or False if schemas are not accepted.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property ArbitraryXMLSupportAvailable As Boolean
    Get
'Usage
Dim instance As _Application
Dim value As Boolean

value = instance.ArbitraryXMLSupportAvailable
bool ArbitraryXMLSupportAvailable { get; }

Property Value

Type: System.Boolean

Remarks

Microsoft Office Standard Edition 2003 includes XML support using the Word XML schema, but it does not provide support for custom XML schemas. Support for custom XML schemas is available only in the stand-alone release of Office Word 2003 and in Office Professional Edition 2003. Use the ArbitraryXMLSupportAvailable property to determine which release is installed.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace