EditorReuseAttribute.ReuseEditor プロパティ

定義

再利用可能なプロパティ エディターを呼び出すメソッドに属性が適用されるかどうかを示すブール値を取得します。

public:
 property bool ReuseEditor { bool get(); };
public bool ReuseEditor { get; }
member this.ReuseEditor : bool
Public ReadOnly Property ReuseEditor As Boolean

プロパティ値

true 再利用可能なプロパティ エディターを呼び出すメソッドに属性を適用する場合。それ以外の場合は false

適用対象