IExtension 接口
表示 Visual Studio Tools for Office Runtime 中某一类型的扩展。
命名空间: Microsoft.Office.Tools
程序集: Microsoft.Office.Tools(在 Microsoft.Office.Tools.dll 中)
语法
声明
<GuidAttribute("5d202ae1-75c2-4295-90f9-885b68a97d29")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IExtension
[GuidAttribute("5d202ae1-75c2-4295-90f9-885b68a97d29")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtension
IExtension 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ExtensionBase | 获取此 IExtension 所扩展的对象。 |
页首