XDocuments3.NewFromSolution method (Object)
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Function NewFromSolution ( _
varURI As Object _
) As XDocument
'Usage
Dim instance As XDocuments3
Dim varURI As Object
Dim returnValue As XDocument
returnValue = instance.NewFromSolution(varURI)
XDocument NewFromSolution(
Object varURI
)
Parameters
- varURI
Type: System.Object
Return value
Type: Microsoft.Office.Interop.InfoPath.XDocument
Returns XDocument.
Implements
XDocuments2.NewFromSolution(Object)