ValueTranslationService.InvalidateProperty Method
Raises the PropertyInvalidated event to indicate that the specified property was invalidated.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Sub InvalidateProperty ( _
item As ModelItem, _
identifier As PropertyIdentifier _
)
public abstract void InvalidateProperty(
ModelItem item,
PropertyIdentifier identifier
)
public:
virtual void InvalidateProperty(
ModelItem^ item,
PropertyIdentifier identifier
) abstract
abstract InvalidateProperty :
item:ModelItem *
identifier:PropertyIdentifier -> unit
public abstract function InvalidateProperty(
item : ModelItem,
identifier : PropertyIdentifier
)
Parameters
- item
Type: Microsoft.Windows.Design.Model.ModelItem
The item that contains the invalidated property.
- identifier
Type: Microsoft.Windows.Design.Metadata.PropertyIdentifier
The invalidated property.
.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.Services Namespace
Other Resources
Walkthrough: Changing the Behavior of a Property at Design Time