XDocumentsCollectionClass.XDocuments3_NewFromSolution Method
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Public Overridable Function XDocuments3_NewFromSolution ( _
varURI As Object _
) As XDocument
'Usage
Dim instance As XDocumentsCollectionClass
Dim varURI As Object
Dim returnValue As XDocument
returnValue = instance.XDocuments3_NewFromSolution(varURI)
public virtual XDocument XDocuments3_NewFromSolution(
Object varURI
)
Parameters
- varURI
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.InfoPath.XDocument
Implements
XDocuments3.NewFromSolution(Object)
See Also
Reference
XDocumentsCollectionClass Class