ReadOnlyAttribute.Default フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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として指定する必要があります。