ContainerFilterService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |