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 componentId As Identity
Dim componentSetting1 As New ComponentSetting(componentId)

Syntax

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

Parameters

componentId

Platforms

Development Platforms

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

Target Platforms

See Also