BrowsableAttribute.Yes フィールド

定義

特定のプロパティまたはイベントをデザイン時に変更できることを指定します。 static フィールドは読み取り専用です。

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

フィールド値

注釈

このフィールドは、この属性の既定の設定です。

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

適用対象

こちらもご覧ください