EditorReuseAttribute.ReuseEditor Proprietà

Definizione

Ottiene un valore Boolean che indica se un attributo viene applicato a un metodo che richiama un editor di proprietà riutilizzabile.

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

Valore della proprietà

true quando un attributo viene applicato a un metodo che richiama un editor di proprietà riutilizzabile; in caso contrario, false.

Si applica a