MergablePropertyAttribute.Yes フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[プロパティ] ウィンドウ内の他のオブジェクトに属するプロパティとプロパティを組み合わせることができることを指定します。 この static フィールドは読み取り専用です。
public: static initonly System::ComponentModel::MergablePropertyAttribute ^ Yes;
public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
staticval mutable Yes : System.ComponentModel.MergablePropertyAttribute
Public Shared ReadOnly Yes As MergablePropertyAttribute
フィールド値
注釈
このフィールドは、この属性の既定の設定です。
MergablePropertyAttributeを true に設定してプロパティをマークすると、この属性の値は定数メンバー Yesに設定されます。 そのため、コードで属性がこの値に設定されているかどうかを確認する場合は、属性を MergablePropertyAttribute.Yesとして指定する必要があります。