IExtension(T) Methods
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public method 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.
Public method 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.
Top

Show:
© 2017 Microsoft