_XDocument4.URI 属性

定义

获取 Microsoft InfoPath 窗体的统一资源标识符 (URI) 。

public:
 property System::String ^ URI { System::String ^ get(); };
public string URI { get; }
member this.URI : string
Public ReadOnly Property URI As String

属性值

实现

URI

示例

在以下示例中,对象的 URI 属性 XDocument 用于在消息框中显示窗体的 URI:

thisXDocument.UI.Alert("URI:" + thisXDocument.<span class="label">URI</span>);

注解

通过XDocumentsCollection集合访问时,URI 属性可用作窗体的名称。

适用于