ImmutableObjectAttribute クラス
オブジェクトが編集できるサブ プロパティがないことを指定します。
この型のすべてのメンバの一覧については、ImmutableObjectAttribute メンバ を参照してください。
System.Object
System.Attribute
System.ComponentModel.ImmutableObjectAttribute
<AttributeUsage(AttributeTargets.All)>
NotInheritable Public Class ImmutableObjectAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.All)]
public sealed class ImmutableObjectAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::All)]
public __gc __sealed class ImmutableObjectAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.All)
class ImmutableObjectAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
この属性は、展開可能なオブジェクトを読み取り専用として表示するかどうかを決定するために、通常は [プロパティ] ウィンドウで使用されます。そのため、このプロパティはデザイン時にだけ使用されます。
属性の使用方法については、「 属性を使用したメタデータの拡張 」を参照してください。
必要条件
名前空間: System.ComponentModel
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System (System.dll 内)