Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
3/28/2014
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 |