使用英语阅读

通过


IExtension 接口

表示 Visual Studio Tools for Office Runtime 中某一类型的扩展。

命名空间:  Microsoft.Office.Tools
程序集:   Microsoft.Office.Tools.Outlook.v4.0.Utilities(在 Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll 中)
  Microsoft.Office.Tools.Word.v4.0.Utilities(在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中)
  Microsoft.Office.Tools.Common.v4.0.Utilities(在 Microsoft.Office.Tools.Common.v4.0.Utilities.dll 中)
  Microsoft.Office.Tools.Excel.v4.0.Utilities(在 Microsoft.Office.Tools.Excel.v4.0.Utilities.dll 中)
  Microsoft.Office.Tools(在 Microsoft.Office.Tools.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5d202ae1-75c2-4295-90f9-885b68a97d29")> _
Public Interface IExtension
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5d202ae1-75c2-4295-90f9-885b68a97d29")]
public interface IExtension

IExtension 类型公开以下成员。

属性

  名称 说明
公共属性 ExtensionBase 获取此 IExtension 所扩展的对象。

页首

请参见

参考

Microsoft.Office.Tools 命名空间