IExtension<T> Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IExtension<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attach | Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensibleObject<T>.Extensions property. |
|
Detach | Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensibleObject<T>.Extensions property. |
Show: