Share via


XDocumentsCollectionClass.XDocuments3_Open method

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Public Overridable Function XDocuments3_Open ( _
    varURI As Object, _
    dwBehavior As Integer _
) As XDocument
'Usage
Dim instance As XDocumentsCollectionClass
Dim varURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument

returnValue = instance.XDocuments3_Open(varURI, _
    dwBehavior)
public virtual XDocument XDocuments3_Open(
    Object varURI,
    int dwBehavior
)

Parameters

Return value

Type: Microsoft.Office.Interop.InfoPath.XDocument

Implements

XDocuments3.Open(Object, Int32)

See also

Reference

XDocumentsCollectionClass class

XDocumentsCollectionClass members

Microsoft.Office.Interop.InfoPath namespace