EditorReuseAttribute.ReuseEditor 属性

定义

获取一个布尔值,该值指示属性是否应用于调用可重用属性编辑器的方法。

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

属性值

true 当属性应用于调用可重用属性编辑器的方法时;否则,为 false.

适用于