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 root As ComponentSetting
Dim settingDefinition1 As New SettingDefinition(root)

Syntax

Visual Basic
Protected Friend Sub New( _
		ByVal root As ComponentSetting _
)
C#
protected internal SettingDefinition(
		ComponentSetting root
);
C++
public protected:
SettingDefinition(
		ComponentSetting^ root
);
J#
protected SettingDefinition(
		ComponentSetting root
);
JScript
protected internal function SettingDefinition(
		 root : ComponentSetting
);

Parameters

root

Platforms

Development Platforms

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

Target Platforms

See Also