Dela via


NumericIdentity Class

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

An identity that uses a unique number.

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

Syntax

'Declaration
Public Class NumericIdentity _
    Inherits IdentityWrapper(Of Integer)
'Usage
Dim instance As NumericIdentity
public class NumericIdentity : IdentityWrapper<int>
public ref class NumericIdentity : public IdentityWrapper<int>
public class NumericIdentity extends IdentityWrapper<int>

Remarks

For example, the NumericIdentity class can be used to reflect the identity of an element as the order it appears within a container.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Identities.Identity
    Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<Int32>
      Microsoft.Windows.Design.Documents.Identities.NumericIdentity

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

NumericIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility