_XDocument4.HostName 属性

定义

获取将 InfoPath 作为控件承载的应用程序的名称。

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

属性值

主机应用程序的名称。

实现

注解

当 InfoPath 作为控件驻留在另一个应用程序中、且 InfoPath 中运行的代码需要访问主机应用程序的名称时,需要使用此属性。 通常,将在对话框的标题栏文本中使用返回的主机应用程序的名称,而不使用“Microsoft Office InfoPath”。

有关在另一个应用程序中将 InfoPath 作为控件托管的详细信息,请参阅 InfoPath 开发人员门户上标题为“在自定义 Web 窗体中托管 InfoPath 表单编辑环境”的文章

适用于