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