IEditTag 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.
Interface that can be used for the CreateEdit(EditOptions, Nullable<Int32>, Object) editTag parameter.
public interface class IEditTag
public interface IEditTag
type IEditTag = interface
Public Interface IEditTag
- Derived
Remarks
This interface, by itself, does nothing. The derived interfaces, however, can provide some context on the nature of the edit. For example, the tags for edits associated with the user doing an "undo" should derive from IUndoEditTag and IUserEditTag.