Sdílet prostřednictvím


InfoPathEditor.DataConnectionBaseUrl-Eigenschaft

Ruft die Basis-URL ab, die für Datenverbindungsdateien (UDCX) verwendet werden soll, oder legt sie fest.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
<DispIdAttribute(1610678283)> _
Property DataConnectionBaseUrl As String
'Usage
Dim instance As InfoPathEditor
Dim value As String

value = instance.DataConnectionBaseUrl

instance.DataConnectionBaseUrl = value
[DispIdAttribute(1610678283)] 
string DataConnectionBaseUrl { get; set; }

Eigenschaftswert

Die Basis-URL, die für Datenverbindungsdateien (UDCX) verwendet werden soll.

Hinweise

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