EditorFactory Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides an abstract base class for other editor factories that support a single physical view.
This API is not CLS-compliant. The CLS-compliant alternative is [None.].
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
The EditorFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EditorCaption | Gets the caption that is appended to the file name to create the display name for this editor. |
![]() | GuidCmdUI | Returns a GUID that indicates which menu and toolbars will be displayed when the editor window is active. |
![]() | VSServiceProvider | Gets the service provider. |
| Name | Description | |
|---|---|---|
![]() | Close | Releases all cached interface pointers and cancels any event sinks. |
![]() | CreateEditor | When overridden in a derived class, creates and returns the editor panel for the specified data. |
![]() | CreateEditorInstance | Used internally by the editor factory framework to initialize this EditorFactory object. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MapLogicalView | Maps a logical view to a physical view. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetSite | Initializes an editor in the environment. |
![]() | ShouldOpenDocument | Determines whether the specified document is a test and therefore should be opened. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsEditorFactory.Close | Infrastructure. Closes the editor and releases all resources. |
![]() ![]() | IVsEditorFactory.CreateEditorInstance | Infrastructure. Used internally by the editor factory framework to initialize this EditorFactory object. |
![]() ![]() | IVsEditorFactory.MapLogicalView | Infrastructure. Maps the specified logical view to the actual physical view. |
![]() ![]() | IVsEditorFactory.SetSite | Initializes an editor in the environment. |
Community Additions
Show:
