UndoEngine.UndoUnit.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se l'oggetto UndoEngine.UndoUnit non contiene eventi.

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

Valore della proprietà

true se l'oggetto UndoEngine.UndoUnit non contiene eventi; in caso contrario, false.

Commenti

Il motore di annullamento può eliminare unità vuote.

Si applica a