次の方法で共有


XDocumentsCollectionClass.Close メソッド

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

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

構文

'宣言
<DispIdAttribute(4)> _
Public Overridable Sub Close ( _
    <InAttribute> varIndex As Object _
) Implements XDocuments2.Close
'使用
Dim instance As XDocumentsCollectionClass
Dim varIndex As Object

CType(instance, XDocuments2).Close(varIndex)
[DispIdAttribute(4)] 
public virtual void XDocuments2.Close (
    [InAttribute] Object varIndex
)

パラメータ

  • varIndex

関連項目

参照

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