Udostępnij za pośrednictwem


ParentAdapter Members

Include Protected Members
Include Inherited Members

Provides an extension point for any type that can be a parent of child objects.

The ParentAdapter type exposes the following members.

Constructors

 

Name

Description

Protected method

ParentAdapter

Initializes a new instance of the ParentAdapter class.

Top

Methods

 

Name

Description

Public method

CanParent

Gets a value indicating whether the specified parent object can be a parent to an object of the specified type.

Public method

Equals

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

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 Object.)

Public method

GetType

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

Public method

IsParent

Gets a value indicating whether the specified child item is a child of the specified parent item.

Protected method

MemberwiseClone

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

Public method

Parent

Changes the parent of an object to another parent.

Public method

RedirectParent

Redirect a reference from one parent to another. .

Public method

RemoveParent

Replaces the current parent of the specified child with a new parent.

Public method

ToString

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

Top

Properties

 

Name

Description

Public property

AdapterType

Gets the type of adapter this class represents. (Overrides Adapter.AdapterType.)

Top

See Also

Reference

ParentAdapter Class

Microsoft.Windows.Design.Interaction Namespace