Share via


PropertyIdentifier Class

An object that represents a property.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Class PropertyIdentifier
'Usage
Dim instance As PropertyIdentifier
public class PropertyIdentifier
public ref class PropertyIdentifier
public class PropertyIdentifier

Remarks

Properties can be identified by name or by dependency property. Where possible, you should use dependency properties as they provide higher fidelity.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Model.PropertyIdentifier

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyIdentifier Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture