Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the PropertyIdentifier of the property that was invalidated.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property InvalidatedProperty As PropertyIdentifier
Get
public PropertyIdentifier InvalidatedProperty { get; }
public:
property PropertyIdentifier InvalidatedProperty {
PropertyIdentifier get ();
}
member InvalidatedProperty : PropertyIdentifier
function get InvalidatedProperty () : PropertyIdentifier
Property Value
Type: Microsoft.Windows.Design.Metadata.PropertyIdentifier
The PropertyIdentifier of the property that was invalidated.
.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.