MergablePropertyAttribute.No フィールド

定義

[プロパティ] ウィンドウ内で、プロパティを別のオブジェクトに属するプロパティとは組み合わせることができないことを指定します。 static フィールドは読み取り専用です。

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

フィールド値

注釈

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

適用対象

こちらもご覧ください