XDocumentsCollectionClass.NewFromSolutionWithData 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 NewFromSolutionWithData ( _
varXMLData As Object, _
varSolutionURI As Object, _
dwBehavior As Integer _
) As XDocument
'Usage
Dim instance As XDocumentsCollectionClass
Dim varXMLData As Object
Dim varSolutionURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument
returnValue = instance.NewFromSolutionWithData(varXMLData, _
varSolutionURI, dwBehavior)
public virtual XDocument NewFromSolutionWithData(
Object varXMLData,
Object varSolutionURI,
int dwBehavior
)
Parameters
- varXMLData
Type: System.Object
- varSolutionURI
Type: System.Object
- dwBehavior
Type: System.Int32
Return value
Type: Microsoft.Office.Interop.InfoPath.XDocument
Implements
XDocuments2.NewFromSolutionWithData(Object, Object, Int32)
See also
Reference
XDocumentsCollectionClass class