IAttachedPropertyStore.SetProperty(AttachableMemberIdentifier, Object) Method

Definition

Sets a value for the specified attachable member in the specified store.

public:
 void SetProperty(System::Xaml::AttachableMemberIdentifier ^ attachableMemberIdentifier, System::Object ^ value);
public void SetProperty (System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier, object value);
abstract member SetProperty : System.Xaml.AttachableMemberIdentifier * obj -> unit
Public Sub SetProperty (attachableMemberIdentifier As AttachableMemberIdentifier, value As Object)

Parameters

attachableMemberIdentifier
AttachableMemberIdentifier

The XAML type system identifier for the attachable member entry to set.

value
Object

The value to set.

Remarks

An implementation should not throw an exception if the specific attachable member already exists. If a member already exists, the implementation should overwrite any existing value with value.

Applies to

See also