ReadOnlyAttribute.Default フィールド

定義

ReadOnlyAttribute の既定値である No を指定します。つまり、この属性が関連付けられたプロパティは読み書き可能です。 static フィールドは読み取り専用です。

public: static initonly System::ComponentModel::ReadOnlyAttribute ^ Default;
public static readonly System.ComponentModel.ReadOnlyAttribute Default;
 staticval mutable Default : System.ComponentModel.ReadOnlyAttribute
Public Shared ReadOnly Default As ReadOnlyAttribute 

フィールド値

注釈

この値でプロパティをマークすると、この属性は定数メンバー Noに設定されます。 したがって、属性がコード内でこの値に設定されているかどうかをチェックする場合は、 属性を としてReadOnlyAttribute.No指定する必要があります。

適用対象

こちらもご覧ください