Share via


_Application.ArbitraryXMLSupportAvailable Propriété

Définition

Renvoie un type Boolean qui indique si Microsoft Word accepte les schémas XML personnalisés. Retourne True si Word accepte des schémas XML personnalisés, ou False si les schémas ne sont pas acceptés.

public:
 property bool ArbitraryXMLSupportAvailable { bool get(); };
public bool ArbitraryXMLSupportAvailable { get; }
member this.ArbitraryXMLSupportAvailable : bool
Public ReadOnly Property ArbitraryXMLSupportAvailable As Boolean

Valeur de propriété

Remarques

Microsoft Office Édition Standard 2003 inclut la prise en charge XML à l'aide du schéma XML de Word, mais elle ne fournit pas de prise en charge des schémas XML personnalisés. La prise en charge des schémas XML personnalisés est disponible uniquement dans la version autonome d’Office Word 2003 et dans Office Professionnel Edition 2003. Utilisez la propriété ArbitraryXMLSupportAvailable pour déterminer la version installée.

S’applique à