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

Syntax

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

Parameters

parent

Platforms

Development Platforms

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

Target Platforms

See Also