Dela via


CollectionOrderIdentity Members

Include Protected Members
Include Inherited Members

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

An identity based on the order a type instance is in a collection.

The CollectionOrderIdentity type exposes the following members.

Constructors

 

Name

Description

Public method

CollectionOrderIdentity

Initializes a new instance of the CollectionOrderIdentity class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from CompositeIdentity.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from CompositeIdentity.)

Protected method

GetInternalIdentities

Gets an array of internal identities. (Inherited from CompositeIdentity.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from CompositeIdentity.)

Top

Properties

 

Name

Description

Public property

Collection

Gets the identity of the collection the object that has this identity is contained in.

Public property

Identities

Gets an enumeration of the contained identities. (Inherited from CompositeIdentity.)

Public property

Order

Gets the order of the object in the collection.

Public property

SimpleName

Gets the simple name of a composite identity. (Inherited from CompositeIdentity.)

Public property

Type

Gets the type of the object this identity is associated with.

Top

See Also

Reference

CollectionOrderIdentity Class

Microsoft.Windows.Design.Documents.Identities Namespace