편집

다음을 통해 공유


_XDocument3.UI Property

Definition

Returns a reference to the UIObject object.

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

Property Value

A reference to the UIObject object.

Implements

UI

Examples

In the following example, the UI property of the XDocument object is used to display a simple message box using the Alert(String) method:

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

Remarks

The UI (user interface) object provides a number of methods that can be used to display custom and built-in dialog boxes.

Applies to