EntityEditorPane

Entity editor pane (the window). This control host the editor and it is responsible for handling the commands targeted to the editor as well as saving and loading the document.

Namespace:
KpokEntityTool.Editors
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
Microsoft.VisualStudio.Shell.WindowPane
Implements:
Microsoft.VisualStudio.Shell.Interop.IVsPersistDocData, Microsoft.VisualStudio.Shell.Interop.IPersistFileFormat, Microsoft.VisualStudio.OLE.Interop.IPersist, Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEvents, Microsoft.VisualStudio.Shell.Interop.IVsDocDataFileChangeControl, Microsoft.VisualStudio.TextManager.Interop.IVsFileBackup

Constructors

EntityEditorPane

Default constructor

Signature:
public Void EntityEditorPane()

Properties

DataChanged

Returns whether the contents of the file has changed since de last save.

Signature:
public Boolean DataChanged { get; }

FileName

Returns the name of the file currently loaded.

Signature:
public String FileName { get; }

Methods

Dispose

Clean up any resource being used.

Signature:
protected Void Dispose(disposing)
Parameters
Name Type Summary
disposing Boolean