この型は、COM の相互運用のためにマネージ コードで必要とされるコクラスまたはコクラス メンバのラッパーです。このクラスは、コード内で使用するためのものではありません。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
Public Overridable Function XDocuments_NewFromSolution ( _
<InAttribute> varURI As Object _
) As XDocument Implements XDocuments.NewFromSolution
'使用
Dim instance As XDocumentsCollectionClass
Dim varURI As Object
Dim returnValue As XDocument
returnValue = CType(instance, XDocuments).NewFromSolution(varURI)
public virtual XDocument XDocuments.NewFromSolution (
[InAttribute] Object varURI
)
パラメータ
- varURI
関連項目
参照
XDocumentsCollectionClass クラス
XDocumentsCollectionClass のメンバ
Microsoft.Office.Interop.InfoPath 名前空間