EditorFactory Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Releases all service provides and sets the package object to null. |
![]() | CreateEditorInstance(UInt32, String^, String^, IVsHierarchy^, UInt32, IntPtr, IntPtr, IntPtr, String^, Guid, Int32) | Used to create the Visual Studio core editor, an editor that supports data/view separation. |
![]() | CreateEditorView(String^, IVsTextLines^, String^, String^, Guid) | Creates a code window with the Visual Studio core editor. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Destructor for the class.(Overrides Object::Finalize().) |
![]() | GetExtensions() | Returns a list of file extensions registered for this editor factory. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLanguageService(String^) | Gets the GUID of the language service registered for this file extension under the registry key HKLM\Software\Microsoft\Visual Studio\10.0\Languages\File Extensions. |
![]() | GetLanguageServiceGuid() | Gets the language service GUID. |
![]() | GetPackage() | Gets the Package object. |
![]() | GetRegisteredEditor(String^) | Gets the GUID of the highest-priority editor registered for this extension. This will also pick up user-defined associations between file extensions and editors |
![]() | GetRegisteredEditorInfo(String^) | Gets the EditorFactory::EditorInfo for the specified extension. |
![]() | GetSite() | Gets the main service provider. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUserDefinedEditor(String^) | Gets the GUID of the editor that the user has defined for this file extension. |
![]() | IsOurFileFormat(String^) | Checks whether there is an editor that can handle this extension. |
![]() | IsRegisteredExtension(String^) | Determines if a file extension is registered with this editor factory. |
![]() | MapLogicalView(Guid, String^) | Maps a logical view to a physical view. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetSite(IServiceProvider^) | Sets the service provider. |
![]() | ToString() | (Inherited from Object.) |

