次の方法で共有


InfoPathEditorObjectClass.NewFromSolutionWithData メソッド

この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。

名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)

構文

'宣言
Public Overridable Sub NewFromSolutionWithData ( _
    <InAttribute> bstrURLXSN As String, _
    <InAttribute> punkStream As Object, _
    <InAttribute> dwBehavior As Integer _
) Implements InfoPathEditor.NewFromSolutionWithData
'使用
Dim instance As InfoPathEditorObjectClass
Dim bstrURLXSN As String
Dim punkStream As Object
Dim dwBehavior As Integer

CType(instance, InfoPathEditor).NewFromSolutionWithData(bstrURLXSN, punkStream, dwBehavior)
public virtual void InfoPathEditor.NewFromSolutionWithData (
    [InAttribute] string bstrURLXSN,
    [InAttribute] Object punkStream,
    [InAttribute] int dwBehavior
)

パラメータ

  • bstrURLXSN
  • punkStream
  • dwBehavior

関連項目

参照

InfoPathEditorObjectClass クラス
InfoPathEditorObjectClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間