Share via


XDocuments3.New method (Object, Int32)

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

Syntax

'Declaration
Function New ( _
    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.New(varURI, dwBehavior)
XDocument New(
    Object varURI,
    int dwBehavior
)

Parameters

Return value

Type: Microsoft.Office.Interop.InfoPath.XDocument
Returns XDocument.

Implements

XDocuments2.New(Object, Int32)

See also

Reference

XDocuments3 interface

XDocuments3 members

New overload

Microsoft.Office.Interop.InfoPath namespace