IXRDependencyObject::SetAttachedProperty (Compact 2013)

3/28/2014

This section provides links to topics that describe each version of the SetAttachedProperty method in XAML for Windows Embedded.

Overrides List

Topic

Description

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, bool)

Sets the value of the specified attached property if it has a Boolean type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, COLORREF)

Sets the value of the specified attached property if the specified attached property has a COLORREF type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, float)

Sets the value of the specified attached property if the specified attached property has a float type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, int)

Sets the value of the specified attached property if the attached property has a 32-bit integer type or if the attached property has an enumerated type that is also represented by an integer.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, IXRDependencyObject*)

Sets the value of the specified attached property if the attached property has an IXRDependencyObject object type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, IXREnumerable*)

Sets the value of the specified attached property if the attached property has an IXREnumerable object type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, UINT)

Sets the value of the specified attached property if the specified attached property has a UINT type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, WCHAR*)

Sets the value of the specified attached property if the specified attached property has a string type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, XRCornerRadius*)

Sets the value of the specified attached property if the attached property has an XRCornerRadius type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, XRGridLength*)

Sets the value of the specified attached property if the attached property has an XRGridLength type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, XRPoint*)

Sets the value of the specified attached property if the attached property has an XRPoint type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, XRRect*)

Sets the value of the specified attached property if the attached property has an XRRect type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, XRRepeatBehavior*)

Sets the value of the specified attached property if the attached property has an XRRepeatBehavior type.

IXRDependencyObject::SetAttachedProperty(const WCHAR*, const WCHAR*, XRThickness*)

Sets the value of the specified attached property if the attached property has an XRThickness type.

See Also

Reference

IXRDependencyObject
IXRDependencyObject::GetAttachedProperty