SmartTagBase 类 (2007 system)

更新:2007 年 11 月

为 Visual Studio Tools for Office 解决方案中的智能标记提供基类。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common.v9.0(在 Microsoft.Office.Tools.Common.v9.0.dll 中)

语法

声明
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class SmartTagBase
用法
Dim instance As SmartTagBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class SmartTagBase

备注

SmartTagBase 类是 Microsoft.Office.Tools.Excel.SmartTagMicrosoft.Office.Tools.Word.SmartTag 类的基类。有关使用这些类在 Visual Studio Tools for Office 解决方案中创建智能标记的更多信息,请参见智能标记概述

继承层次结构

System.Object
  Microsoft.Office.Tools.SmartTagBase
    Microsoft.Office.Tools.Excel.SmartTag
    Microsoft.Office.Tools.Word.SmartTag

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

SmartTagBase 成员

Microsoft.Office.Tools 命名空间

其他资源

智能标记概述