XDocuments3.Open method (Object, Int32)
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Function Open ( _
varURI As Object, _
dwBehavior As Integer _
) As XDocument
'Usage
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
)
Parameters
- varURI
Type: System.Object
- dwBehavior
Type: System.Int32
Return value
Type: Microsoft.Office.Interop.InfoPath.XDocument
Returns XDocument.
Implements
XDocuments2.Open(Object, Int32)