IExtension Interface

Definition

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

public interface class IExtension
[System.Runtime.InteropServices.Guid("5d202ae1-75c2-4295-90f9-885b68a97d29")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtension
type IExtension = interface
Public Interface IExtension
Derived
Attributes

Properties

ExtensionBase

Gets the object that is being extended by this IExtension.

Applies to