IXRDependencyObject::GetAttachedProperty (Windows Embedded CE 6.0)
1/6/2010
This section provides links to topics that describe each version of the GetAttachedProperty method in Silverlight for Windows Embedded.
Overrides List
Method | Description |
---|---|
IXRDependencyObject::GetAttachedProperty(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*, 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*, 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*, 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*, 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*, 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*, 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*, 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*, 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*, 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*, 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*, 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*, 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