XDocuments3.Open - Méthode (Object, Int32)

Espace de noms :  Microsoft.Office.Interop.InfoPath
Assembly :  Microsoft.Office.Interop.InfoPath (dans Microsoft.Office.Interop.InfoPath.dll)

Syntaxe

'Déclaration
Function Open ( _
    varURI As Object, _
    dwBehavior As Integer _
) As XDocument
'Utilisation
Dim instance As XDocuments3
Dim varURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument

returnValue = instance.Open(varURI, dwBehavior)
XDocument Open(
    Object varURI,
    int dwBehavior
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Interop.InfoPath.XDocument
Cette propriété renvoie XDocument.

Implémentations

XDocuments2.Open(Object, Int32)

Voir aussi

Référence

XDocuments3 interface

XDocuments3 - Membres

Open - Surcharge

Microsoft.Office.Interop.InfoPath - Espace de noms