Share via


XDocumentsCollectionClass.XDocuments_NewFromSolution Method

This type is a wrapper for a coclass or coclass member that is required by managed code for COM interoperability. This class is not intended to be used in code.

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

Syntax

'Declaration
Public Overridable Function XDocuments_NewFromSolution ( _
    varURI As Object _
) As XDocument
'Usage
Dim instance As XDocumentsCollectionClass
Dim varURI As Object
Dim returnValue As XDocument

returnValue = instance.XDocuments_NewFromSolution(varURI)
public virtual XDocument XDocuments_NewFromSolution(
    Object varURI
)

Parameters

Return Value

Type: Microsoft.Office.Interop.InfoPath.XDocument

Implements

XDocuments.NewFromSolution(Object)

See Also

Reference

XDocumentsCollectionClass Class

XDocumentsCollectionClass Members

Microsoft.Office.Interop.InfoPath Namespace