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 |
---|
MustInherit Public Class ComponentSetting Inherits ObjectBase Implements ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor |
C# |
---|
public abstract class ComponentSetting : ObjectBase, ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor |
C++ |
---|
public ref class ComponentSetting abstract : ObjectBase, ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor |
J# |
---|
public abstract class ComponentSetting extends ObjectBase implements ISettingDefinitionContainer, ISettingOverrideContainer, ICustomTypeDescriptor |
JScript |
---|
public abstract class ComponentSetting extends ObjectBase implements ISettingDefinitionContainer, , ISettingOverrideContainer, , ICustomTypeDescriptor |
Inheritance Hierarchy
System.Object
Microsoft.ComponentStudio.Common.ObjectBase
Microsoft.ComponentStudio.ComponentPlatformInterface.ComponentSetting
Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFileComponentSetting
Microsoft.ComponentStudio.Common.ObjectBase
Microsoft.ComponentStudio.ComponentPlatformInterface.ComponentSetting
Microsoft.ComponentStudio.ComponentPlatformInterface.AnswerFileComponentSetting
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.