AttachablePropertyServices.RemoveProperty Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the entry for the specified attachable property from the specified store.
public:
static bool RemoveProperty(System::Object ^ instance, System::Xaml::AttachableMemberIdentifier ^ name);
public static bool RemoveProperty(object instance, System.Xaml.AttachableMemberIdentifier name);
static member RemoveProperty : obj * System.Xaml.AttachableMemberIdentifier -> bool
Public Shared Function RemoveProperty (instance As Object, name As AttachableMemberIdentifier) As Boolean
- instance
- Object
A specific attachable property store that implements IAttachedPropertyStore; or any non-null object to access a static default attachable property store.
The identifier for the attachable property entry to remove from the store.
true
if an attachable property entry for name
was found in the store and removed from it; otherwise, false
.
Stores are per instance; therefore, in a store, the name
value should be unambiguous.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: