このメンバは、新しいバージョンに置き換えられた COM インターフェイスのメンバのラッパーです。このインターフェイスの新しいバージョンでは、以前のインターフェイスのすべてのメンバと追加の新しいメンバが実装されています。新しいインターフェイスで実装されているこのメンバについては (使用例、解説、およびサンプル コードを含む)、次を参照してください XDocuments2.New.
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(2)> _
Function New ( _
<InAttribute> varURI As Object, _
<InAttribute> <OptionalAttribute> Optional dwBehavior As Integer = 1 _
) As XDocument
'使用
Dim instance As XDocuments
Dim varURI As Object
Dim dwBehavior As Integer
Dim returnValue As XDocument
returnValue = instance.New(varURI, dwBehavior)
[DispIdAttribute(2)]
XDocument New (
[InAttribute] Object varURI,
[OptionalAttribute] [InAttribute] int dwBehavior
)
パラメータ
- varURI
- dwBehavior
関連項目
参照
XDocuments インターフェイス
XDocuments のメンバ
Microsoft.Office.Interop.InfoPath 名前空間