MergablePropertyAttribute.Yes フィールド

定義

[プロパティ] ウィンドウ内で、プロパティを別のオブジェクトに属するプロパティとは組み合わせることができることを指定します。 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指定する必要があります。

適用対象

こちらもご覧ください