IXRDependencyObject::GetAttachedProperty (Compact 2013)

3/28/2014

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

Overrides List

Method

Description

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

Sets the value of the specified attached property.

Use this method if the specified attached property has a Boolean type.

IXRDependencyObject::GetAttachedProperty(const WCHAR*, const WCHAR*, BSTR*)

Sets the value of the specified attached property.

Use this method if the specified attached property has a string type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has a COLORREF type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has a float type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has a 32-bit integer type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an IXRDependencyObject object type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an IXREnumerable object type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has a UINT type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRCornerRadius type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRGridLength type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRPoint type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRRect type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has a XRRepeatBehavior type.

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

Sets the value of the specified attached property.

Use this method if the specified attached property has an XRThickness type.

See Also

Reference

IXRDependencyObject
IXRDependencyObject::SetAttachedProperty