System.ComponentModel.ImmutableObjectAttribute Class

Specifies that an object has no subproperties capable of being edited. This class cannot be inherited.

See Also: ImmutableObjectAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class ImmutableObjectAttribute : Attribute

Remarks

This attribute is typically used in the Properties window to determine whether to render an expandable object as read-only. As such, this property is used only at design time.

For more information about using attributes, see Extending Metadata Using Attributes.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0