Udostępnij za pośrednictwem


NamePropertyIdentity Class

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

An identity to use for the name pseudo-property representing the name of an element.

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

Syntax

'Declaration
Public Class NamePropertyIdentity _
    Inherits Identity
'Usage
Dim instance As NamePropertyIdentity
public class NamePropertyIdentity : Identity
public ref class NamePropertyIdentity : public Identity
public class NamePropertyIdentity extends Identity

Remarks

This identity typically corresponds the x:Name attribute.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Identities.Identity
    Microsoft.Windows.Design.Documents.Identities.NamePropertyIdentity

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

NamePropertyIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility