InfoPathEditorObjectClass.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 Sub NewFromSolutionWithData ( _
    bstrURLXSN As String, _
    punkStream As Object, _
    dwBehavior As Integer _
)
'Usage
Dim instance As InfoPathEditorObjectClass
Dim bstrURLXSN As String
Dim punkStream As Object
Dim dwBehavior As Integer

instance.NewFromSolutionWithData(bstrURLXSN, _
    punkStream, dwBehavior)
public virtual void NewFromSolutionWithData(
    string bstrURLXSN,
    Object punkStream,
    int dwBehavior
)

Parameters

Implements

InfoPathEditor.NewFromSolutionWithData(String, Object, Int32)

See also

Reference

InfoPathEditorObjectClass class

InfoPathEditorObjectClass members

Microsoft.Office.Interop.InfoPath namespace