Udostępnij za pośrednictwem


NamePropertyIdentity.Instance Field

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

An instance of the name property identity to use.

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

Syntax

'Declaration
Public Shared ReadOnly Instance As NamePropertyIdentity
'Usage
Dim value As NamePropertyIdentity 

value = NamePropertyIdentity.Instance
public static readonly NamePropertyIdentity Instance
public:
static initonly NamePropertyIdentity^ Instance
public static final var Instance : NamePropertyIdentity

Remarks

All instances of NamePropertyIdentity are immutable and when compared are equal. Therefore, instead of creating instances, a single unique instance is sufficient.

.NET Framework Security

See Also

Reference

NamePropertyIdentity Class

NamePropertyIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility