Interface for all document editors. Use in combination with the EditorInfoAttribute to define with which file extensions this editor works with.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public interface IEditor : IPluginBase

See Also