Partager via


IEditable<TEditor> Interface

Definition

Immutable object that supports being asynchronously editable via a call to EditorExtensibility.EditAsync(System.Action<IEditBatch>, System.Threading.CancellationToken)

public interface IEditable<TEditor>
type IEditable<'Editor> = interface
Public Interface IEditable(Of TEditor)

Type Parameters

TEditor

The type of the object that does the edit.

Derived

Methods

AsEditable(IEditBatch)

Gets an interface with methods for requesting changes to the underlying IEditable<TEditor> object.

Applies to