EditorFactory Members
Include Protected Members
Include Inherited Members
This class provides a default editor factory implementation that hosts the Visual Studio core editor.
The EditorFactory type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of [EditorFactory].
Top
Methods
Name
Description
Releases all service provides and sets the package object to nulla null reference (Nothing in Visual Basic).
Used by the EditorFactory class to create the Visual Studio core editor, an editor that supports data/view separation.
Creates a code window with the Visual Studio core editor.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Destructor for the EditorFactory class. (Overrides Object.Finalize().)
Returns a list of file extensions registered for this editor factory.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the GUID of the language service registered for this file extension under the registry key HKLM\Software\Microsoft\Visual Studio\8.0\Language Services\Extensions.
gETs the language service GUID.
Gets the Package object.
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
Gets the [EditorFactory.EditorInfo] for the specified extension.
Gets the main service provider.
Gets the type of the current instance. (Inherited from Object.)
Gets the GUID of the editor that the user has defined for this file extension.
Checks whether there is an editor that can handle this extension.
Determines if a file extension is registered with this editor factory.
Maps a logical view to a physical view.
Creates a shallow copy of the current Object. (Inherited from Object.)
Sets the service provider.
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Gets a GUID value in IVsUserData that, when set to false, will stop the core editor for searching for a different language service.
Top
Properties
Name
Description
Gets and sets flags to prompt user for an encoding on an open with specified codepage.
Top