Interface IExtensionAware
This interface can be implemented by extension types that want to know about the extension meta-data associated with the type.
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IExtensionAware
Properties
Extension
Gets or sets the extension, representing this type. This property is automatically set by the framework.
Declaration
IExtension Extension { get; set; }
Property Value
Type | Description |
---|---|
IExtension |