IXRSetter::SetValue (Windows Embedded CE 6.0)
1/6/2010
This method sets the value of this object as an object derived from IXRDependencyObject.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetValue(
IXRDependencyObject* pValue
) = 0;
Parameters
- pValue
[in] Pointer to an object derived from IXRDependencyObject that specifies the value to apply to the property.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
If IXRSetterBase::GetIsSealed returns true, you cannot set this value by calling this method.
.NET Framework Equivalent
System.Windows.Setter.Value
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |