IExtension.ExtensionBase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that is being extended by this IExtension.
public:
property System::Object ^ ExtensionBase { System::Object ^ get(); };
public object ExtensionBase { get; }
member this.ExtensionBase : obj
Public ReadOnly Property ExtensionBase As Object
Property Value
The object that is being extended by this IExtension.