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 

フィールド値

注釈

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

適用対象

こちらもご覧ください