_ApplicationEvents.XDocumentOpen-Methode
Tritt beim Öffnen eines Dokuments auf.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)
Syntax
'Declaration
<DispIdAttribute(8)> _
Sub XDocumentOpen ( _
<InAttribute> pDocument As _XDocument _
)
'Usage
Dim instance As _ApplicationEvents
Dim pDocument As _XDocument
instance.XDocumentOpen(pDocument)
[DispIdAttribute(8)]
void XDocumentOpen (
[InAttribute] _XDocument pDocument
)
Parameter
- pDocument
Ein Verweis auf ein XDocument-Objekt, das das aktive Dokument darstellt.
Hinweise
Das XDocumentOpen-Ereignis der ApplicationEvents-Auflistung wird hauptsächlich mit COM-Add-Ins verwendet. Weitere Informationen zum Erstellen eines COM Add-Ins für Microsoft Office InfoPath 2007 finden Sie unter Vorgehensweise: Erstellen eines COM-Add-Ins zum Hinzufügen von benutzerdefinierten Features zu InfoPath.
Siehe auch
Referenz
_ApplicationEvents-Schnittstelle
_ApplicationEvents-Member
Microsoft.Office.Interop.InfoPath-Namespace