FeatureManager Members

Include Protected Members
Include Inherited Members

Manages feature providers and feature connectors.

The FeatureManager type exposes the following members.

Constructors

 

Name

Description

Public method

FeatureManager

Initializes a new instance of the FeatureManager class.

Top

Methods

 

Name

Description

Public method

CreateFeatureProviders

Overloaded. Creates and returns a set of feature providers for the specified type.

Public method

Dispose

Overloaded. Releases the resources used by the FeatureManager.

Public method

Equals

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

Protected method

Finalize

Finalizer that calls Dispose. (Overrides Object.Finalize().)

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

InitializeFeatures

Initializes any feature connectors for the feature providers defined on the specified type.

Protected method

MemberwiseClone

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

Protected method

OnFeatureAvailable

Raises the FeatureAvailable event.

Public method

ToString

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

Top

Properties

 

Name

Description

Public property

Context

Gets the editing context for this feature manager.

Public property

PendingConnectors

Gets an enumeration of all connectors that have not been activated yet because they are waiting on context items or services.

Public property

RunningConnectors

Gets an enumeration of all connectors that are currently running.

Top

Events

 

Name

Description

Public event

FeatureAvailable

Occurs when a new type of feature is available.

Top

See Also

Reference

FeatureManager Class

Microsoft.Windows.Design.Features Namespace