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 

フィールド値

BrowsableAttribute

注釈

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

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

適用対象

こちらもご覧ください