IExtensibleObject<T> Interface
Enable an object to participate in custom behavior, such as registering for events, or watching state transitions.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IExtensibleObject<T> type exposes the following members.
Implement IExtensibleObject<T> to enable aggregation of extensions.
For example, if you are implementing a TreeNode class and want to allow external code to add annotations and methods to some instances of TreeNode, you can have TreeNode implement IExtensibleObject<TreeNode>. This enables code that uses TreeNode to add objects that implement IExtensibleObject<TreeNode> to the Extensions collection.
There are four extensible objects in Windows Communication Foundation (WCF):
For a discussion about how to create extension to work with these objects, see Extensible Objects.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


