Partager via


_XDocument3.UI Propriété

Définition

Retourne une référence à l’objet UIObject .

public:
 property Microsoft::Office::Interop::InfoPath::UIObject ^ UI { Microsoft::Office::Interop::InfoPath::UIObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.UIObject UI { get; }
member this.UI : Microsoft.Office.Interop.InfoPath.UIObject
Public ReadOnly Property UI As UIObject

Valeur de propriété

Référence à l’objet UIObject .

Implémente

UI

Exemples

Dans l’exemple suivant, la propriété d’interface utilisateur de l’objet XDocument est utilisée pour afficher une boîte de message simple à l’aide de la Alert(String) méthode :

thisXDocument.<span class="label">UI</span>.Alert("Here is the message text.");

Remarques

L'objet UI (interface utilisateur) fournit plusieurs méthodes qui peuvent être utilisées pour afficher des boîtes de dialogue personnalisées et prédéfinies.

S’applique à