IEditable<TEditor> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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> = interfacePublic 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. |