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