ProviderFeature Constructor
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.
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.