Dela via


PolicyDrivenFeatureConnector<TFeatureProviderType> Members

Include Protected Members
Include Inherited Members

A feature connector that can create feature providers based on ItemPolicy objects.

The PolicyDrivenFeatureConnector<TFeatureProviderType> type exposes the following members.

Constructors

 

Name

Description

Protected method

PolicyDrivenFeatureConnector<TFeatureProviderType>

Initializes a new instance of the PolicyDrivenFeatureConnector<TFeatureProviderType> class.

Top

Methods

 

Name

Description

Protected method

CreateFeatureProviders

Overloaded. Creates a new list of feature providers associated with the feature connector.

Public method

Dispose

Overloaded. Releases all resources used by the PolicyDrivenFeatureConnector<TFeatureProviderType>.

Public method

Equals

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

Protected method

FeatureProvidersAdded

When overridden in a derived class, this method is called automatically when a policy changes and feature providers are added to the set of active feature providers.

Protected method

FeatureProvidersRemoved

When overridden in a derived class, this method is called automatically when a policy changes and feature providers are removed from the set of active feature providers.

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 FeatureConnector<TFeatureProviderType>.)

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

Protected method

IsValidProvider

Checks if the specified feature provider to be invoked is valid.

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

Protected method

UpdateFeatureProviders

Called when the set of running features must be updated.

Top

Properties

 

Name

Description

Protected property

Context

Gets the editing context for the feature connector. (Inherited from FeatureConnector<TFeatureProviderType>.)

Protected property

FeatureProviders

Gets an enumeration of all current feature providers.

Protected property

Manager

Gets the FeatureManager for the feature connector. (Inherited from FeatureConnector<TFeatureProviderType>.)

Top

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Features Namespace