Initializes a new instance of the SettingDefinition Class .
This protected member is for internal use only and should not be used.
Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim settingDefinition1 As New SettingDefinition()

Syntax

Visual Basic
Protected Friend Sub New()
C#
protected internal SettingDefinition();
C++
public protected:
SettingDefinition();
J#
protected SettingDefinition();
JScript
protected internal function SettingDefinition();

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 Vista, and Windows 2000

Target Platforms

See Also