ModelProperty.ClearValue Method
When overridden in a derived class, clears the local value for the property.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Sub ClearValue
'Usage
Dim instance As ModelProperty
instance.ClearValue()
public abstract void ClearValue()
public:
virtual void ClearValue() abstract
public abstract function ClearValue()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace