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 name As String
Dim ignoreDefinition As Boolean
Dim settingOverride1 As New SettingOverride(root, name, ignoreDefinition)

Syntax

Visual Basic
Protected Sub New( _
		ByVal root As ComponentSetting, _
		ByVal name As String, _
		ByVal ignoreDefinition As Boolean _
)
C#
protected SettingOverride(
		ComponentSetting root, 
		string name, 
		bool ignoreDefinition
);
C++
protected:
SettingOverride(
		ComponentSetting^ root, 
		String^ name, 
		bool ignoreDefinition
);
J#
protected SettingOverride(
		ComponentSetting root, 
		System.String name, 
		boolean ignoreDefinition
);
JScript
protected function SettingOverride(
		 root : ComponentSetting, 
		 name : String, 
		 ignoreDefinition : Boolean
);

Parameters

root
name
ignoreDefinition

Platforms

Development Platforms

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

Target Platforms

See Also