共用方式為


XDocuments2.Close 方法

關閉指定的 Microsoft Office InfoPath 表單。

**命名空間:**Microsoft.Office.Interop.InfoPath
**組件:**Microsoft.Office.Interop.InfoPath (於 microsoft.office.interop.infopath.dll 中)

語法

'宣告
<DispIdAttribute(4)> _
Sub Close ( _
    <InAttribute> varIndex As Object _
)
'用途
Dim instance As XDocuments2
Dim varIndex As Object

instance.Close(varIndex)
[DispIdAttribute(4)] 
void Close (
    [InAttribute] Object varIndex
)

參數

  • varIndex
    指定 XDocumentsCollection 成員位置的運算式。如果是數值運算式,則引數必須是從 0 至 Count 的值減 1 之間的數字。如果是字串運算式,則引數必須是集合成員的「統一資源定位器」(URL) 路徑。

備註

Close 方法會關閉目前開啟的表單,但不會結束 InfoPath 應用程式。表單會無條件關閉,這表示不會儲存對表單中資料的任何變更。

範例

thisApplication.XDocuments.Close(0);

請參閱

參考

XDocuments2 介面
XDocuments2 成員
Microsoft.Office.Interop.InfoPath 命名空間