Udostępnij za pośrednictwem


AttachedPropertyIdentity Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

An identity used for an attached property.

Namespace:  Microsoft.Windows.Design.Documents.Identities
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Class AttachedPropertyIdentity _
    Inherits IdentityWrapper(Of DependencyProperty)
'Usage
Dim instance As AttachedPropertyIdentity
public class AttachedPropertyIdentity : IdentityWrapper<DependencyProperty>
public ref class AttachedPropertyIdentity : public IdentityWrapper<DependencyProperty^>
public class AttachedPropertyIdentity extends IdentityWrapper<DependencyProperty>

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Identities.Identity
    Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<DependencyProperty>
      Microsoft.Windows.Design.Documents.Identities.AttachedPropertyIdentity

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

AttachedPropertyIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility

Attached Properties Overview