IExtension.ExtensionBase Property
Gets the object that is being extended by this IExtension.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)
Syntax
'Declaration
ReadOnly Property ExtensionBase As Object
Get
Object ExtensionBase { get; }
Property Value
Type: System.Object
The object that is being extended by this IExtension.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.