Share via


ProviderFeature Constructor

Definition

Initializes a new instance of the ProviderFeature class.

protected:
 ProviderFeature();
protected ProviderFeature ();
Protected Sub New ()

Remarks

Modules that must configure providers have a feature that derives from the ProviderFeature class. All derived, implementation-specific providers will inherit the properties of this base class.

Applies to