AttachablePropertyServices.RemoveProperty Method

Definition

Removes the entry for the specified attachable property from the specified store.

C#
public static bool RemoveProperty(object instance, System.Xaml.AttachableMemberIdentifier name);

Parameters

instance
Object

A specific attachable property store that implements IAttachedPropertyStore; or any non-null object to access a static default attachable property store.

name
AttachableMemberIdentifier

The identifier for the attachable property entry to remove from the store.

Returns

true if an attachable property entry for name was found in the store and removed from it; otherwise, false.

Remarks

Stores are per instance; therefore, in a store, the name value should be unambiguous.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10