_Application.ArbitraryXMLSupportAvailable Property

Definition

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.

Applies to