共用方式為


ActionBase 類別 (2007 系統)

更新:2007 年 11 月

透過 Microsoft Office Word 和 Microsoft Office Excel Visual Studio Tools for Office 方案,提供智慧標籤動作的基底類別 (Base Class)。 

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)

語法

<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ActionBase

Dim instance As ActionBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ActionBase

備註

一旦辨認出智慧標籤,就可使用智慧標籤快速鍵功能表上的可用選項來執行一些動作。例如,「在連絡人資料夾中加入名稱」就是「人名」型別字串上可執行的其中一個動作。

若要在 Word 和 Excel 的 Visual Studio Tools for Office 方案中定義智慧標籤動作,請使用衍生的 Microsoft.Office.Tools.Word.ActionMicrosoft.Office.Tools.Excel.Action 類別。如需詳細資訊,請參閱智慧標籤概觀

繼承階層架構

System.Object
  Microsoft.Office.Tools.ActionBase
    Microsoft.Office.Tools.Excel.Action
    Microsoft.Office.Tools.Word.Action

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

ActionBase 成員

Microsoft.Office.Tools 命名空間

其他資源

智慧標籤概觀