Udostępnij za pośrednictwem


KeyIdentity Class

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

A special identity that can be used for the text to pass to a type converter.

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

Syntax

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

Remarks

Using the KeyIdentity class allows you to create a type instead of calling the default constructor.

Inheritance Hierarchy

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

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

KeyIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility