_Application.ArbitraryXMLSupportAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool ArbitraryXMLSupportAvailable { bool get(); };
public bool ArbitraryXMLSupportAvailable { get; }
member this.ArbitraryXMLSupportAvailable : bool
Public ReadOnly Property ArbitraryXMLSupportAvailable As Boolean
Property Value
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.