EditorReuseAttribute.ReuseEditor Proprietà

Definizione

Ottiene un valore booleano se un attributo viene applicato a un metodo che richiama un editor 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à

Boolean

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

Si applica a