IAttachedPropertyStore Interface
Represents an attachable member store for an object where attachable members are set. This attachable member store can then be referenced with AttachablePropertyServices.
Assembly: System.Xaml (in System.Xaml.dll)
The IAttachedPropertyStore type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PropertyCount | Gets the count of the attachable member entries in this attachable member store. |
| Name | Description | |
|---|---|---|
![]() | CopyPropertiesTo | Copies all attachable member/value pairs from this attachable member store into a destination array. |
![]() | RemoveProperty | Removes the entry for the specified attachable member from this attachable member store. |
![]() | SetProperty | Sets a value for the specified attachable member in the specified store. |
![]() | TryGetProperty | Attempts to get a value for the specified attachable member in the specified store. |
An attachable member is typically implemented and used as an attachable property. The term "attachable member" provides for the possibility that a technology also defines a system for attachable events. As an item in a property store, an attachable event stores a reference to the handler that is assigned through attachable member usage. An attachable event in XAML can use the same store as the attachable properties do, even if the attachable event is not truly a property to the underlying type system or as it is considered in real-world use.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
