ContainerFilterService Class

Definition

Provides a base class for the container filter service.

public ref class ContainerFilterService abstract
public abstract class ContainerFilterService
type ContainerFilterService = class
Public MustInherit Class ContainerFilterService
Inheritance
ContainerFilterService

Remarks

The Container and NestedContainer classes call the FilterComponents method each time they need to construct a component collection for return to a caller. FilterComponents may return an updated collection of components. This enables an external service to modify the view of components that are returned from a container.

Constructors

ContainerFilterService()

Initializes a new instance of the ContainerFilterService class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FilterComponents(ComponentCollection)

Filters the component collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to