InfoPathEditor.HostName-Eigenschaft
Ruft den Namen der Hostanwendung ab oder legt ihn fest.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(1610678279)> _
Property HostName As String
'Usage
Dim instance As InfoPathEditor
Dim value As String
value = instance.HostName
instance.HostName = value
[DispIdAttribute(1610678279)]
string HostName { get; set; }
Eigenschaftswert
Der Name der Hostanwendung.
Hinweise
Der Wert der HostName-Eigenschaft wird in Dialogfeldern und Fehlermeldungen anstelle des Produktnamens "InfoPath" verwendet.
Weitere Informationen zu den Objekten InfoPathEditor und FormControl finden Sie im MSDN-Artikel Hosting the InfoPath 2007 Form Editing Environment in a Custom Windows Form Application und im Abschnitt "Der als Steuerelement gehostete InfoPath-Editor" von Neuigkeiten für InfoPath-Entwickler.
Siehe auch
Referenz
InfoPathEditor-Schnittstelle
InfoPathEditor-Member
Microsoft.Office.Interop.InfoPath-Namespace