IExtension Interface

Represents an extension of a type in the Visual Studio Tools for Office runtime.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)

Syntax

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

The IExtension type exposes the following members.

Properties

  Name Description
Public property ExtensionBase Gets the object that is being extended by this IExtension.

Top

See Also

Reference

Microsoft.Office.Tools Namespace