Dela via


ContainedIdentity Class

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

A contained identity that is composed of some container unique identity and the identity of the container to form a globally unique identity.

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

Syntax

'Declaration
Public Class ContainedIdentity _
    Inherits CompositeIdentity _
    Implements IComparable
'Usage
Dim instance As ContainedIdentity
public class ContainedIdentity : CompositeIdentity, 
    IComparable
public ref class ContainedIdentity : public CompositeIdentity, 
    IComparable
public class ContainedIdentity extends CompositeIdentity implements IComparable

Remarks

An example of a container unique identity is the name of a property in an object. An example of the identity of the container is the name of a component.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Identities.Identity
    Microsoft.Windows.Design.Documents.Identities.CompositeIdentity
      Microsoft.Windows.Design.Documents.Identities.ContainedIdentity

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

ContainedIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility