Share via


FeatureDetailGroup Constructor

Initializes a new instance of the FeatureDetailGroup class.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Protected Sub New
protected FeatureDetailGroup ()
protected:
FeatureDetailGroup ()
protected FeatureDetailGroup ()
protected function FeatureDetailGroup ()

Example

The following code example shows how to initialize a new FeatureDetailGroup object in the user-defined class:

class AddinDetailGroup : FeatureDetailGroup
{
   public AddinDetailGroup()
      : base()
   {
   }
}

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

FeatureDetailGroup Class
FeatureDetailGroup Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace