共用方式為


ActionType 列舉

會指定 ExecuteAction 方法所要執行的編輯命令。

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

語法

'宣告
Public Enumeration ActionType
'用途
Dim instance As ActionType
public enum ActionType

成員

  成員名稱 描述
Copy 將選取的資料複製到剪貼簿。  
Cut 移除選取的資料,並將資料複製到剪貼簿。 
Delete 刪除選取的資料。 
Paste 將資料從剪貼簿複製到插入點。 
XCollectionInsert 會使用 xCollection 編輯元件,根據選取的內容插入資料。如果目前選取範圍在 xCollection 的容器 (由 .xsf 中的 xmlToEdit 元素指定) 中,則 fragmentToInsert 元素資料會新增至該容器中。 
XCollectionInsertAfter 會使用 xCollection 編輯元件在選取的內容之後插入資料。如果目前選取範圍在 xCollection 的項目 (由 .xsf 中的 xmlToEdit 元素指定) 中,則 fragmentToInsert 元素資料會在該項目之後插入。 
XCollectionInsertBefore 會使用 xCollection 編輯元件,在選取的內容之前插入資料。如果目前選取範圍在 xCollection 的項目 (由 .xsf 中的 xmlToEdit 元素指定) 中,則 fragmentToInsert 元素資料會在該項目之前插入。 
XCollectionRefreshFilter 會使用 xCollection 編輯元件,重新整理所選取之 [重複表格] 或 [重複區段] 控制項的篩選條件。 
XCollectionRemove 會使用 xCollection 編輯元件刪除已選取內容中的資料。如果目前選取範圍在 xCollection 的項目 (由 .xsf 中的 xmlToEdit 元素指定) 中,則會刪除該項目。 
XCollectionRemoveAll 會使用 xCollection 編輯元件,刪除已選取內容中所包含的全部資料。如果目前選取範圍在 xCollection 的容器 (由 .xsf 中的 xmlToEdit 元素指定) 中,則此動作會刪除該容器中的所有項目。 
XFileAttachmentAttach 會使用 xFileAttachment 編輯元件,開啟 [附加檔案] 對話方塊以指定所選取之 [檔案附件] 控制項的附加檔案。 
XFileAttachmentOpen 會使用 xFileAttachment 編輯元件,開啟所選取之 [檔案附件] 控制項的附加檔案。表單範本必須設為 [完全信任],這個編輯命令才會有效使用。 
XFileAttachmentRemove 會使用 xFileAttachment 編輯元件,移除所選取之 [檔案附件] 控制項的附加檔案。 
XFileAttachmentSaveAs 會使用 xFileAttachment 編輯元件,開啟 [另存新檔] 對話方塊,以指定所選 [檔案附件] 控制項之附加檔案的儲存位置。 
XOptionalInsert 會使用 xOptional 編輯元件,根據選取的內容插入資料。如果目前選取範圍在 xOptional 的容器 (由 .xsf 中的 xmlToEdit 元素指定) 中,則 fragmentToInsert 元素資料會新增至該容器中。 
XOptionalRemove 會使用 xOptional 編輯元件刪除已選取內容中的資料。如果目前選取範圍在 xOptional 的項目 (由 .xsf 中的 xmlToEdit 元素指定) 中,則會刪除該項目。 
XReplaceReplace 使用 xReplace 編輯元件取代選取的內容中的資料。如果目前選取範圍在 xReplace 的項目 (由 .xsf 中的 xmlToEdit 元素指定) 中,則 fragmentToInsert 元素資料會取代該項目。 

備註

此類型或成員只能夠從 Microsoft Office InfoPath 2007 所開啟表單中執行的程式碼存取。

請參閱

參考

Microsoft.Office.InfoPath 命名空間