public interface IPluginSaveFileTypes : IPluginHandleFileTypes,
IPlugin, IDisposablePublic Interface IPluginSaveFileTypes
Inherits IPluginHandleFileTypes, IPlugin, IDisposablepublic interface class IPluginSaveFileTypes : IPluginHandleFileTypes,
IPlugin, IDisposabletype IPluginSaveFileTypes =
interface
interface IPluginHandleFileTypes
interface IPlugin
interface IDisposable
end| FileTypesHandled |
Array of the file types, handled by Plug-in.
(Inherited from IPluginHandleFileTypes) |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
| Initialize |
Fires on plug-in initialize.
(Inherited from IPlugin) |
| SaveFileType | Requests to save file of specified type. |