VSConstants.VsEditorFactoryGuid Class
Provides GUIDs for different editor factories.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.VsEditorFactoryGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class VsEditorFactoryGuid
public static class VsEditorFactoryGuid
public ref class VsEditorFactoryGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsEditorFactoryGuid = class end
public final class VsEditorFactoryGuid
The VSConstants.VsEditorFactoryGuid type exposes the following members.
Fields
Name | Description | |
---|---|---|
ExternalEditor_guid | The GUID of the editor factory for external (.exe-based) editors. | |
ExternalEditor_string | The GUID of the editor factory for external (.exe-based) editors. | |
HtmlEditor_guid | The GUID of the HTML Editor factory. | |
HtmlEditor_string | The GUID of the HTML Editor factory. | |
ProjectDesignerEditor_guid | The GUID of the Project Properties Designer editor factory. | |
ProjectDesignerEditor_string | The GUID of the Project Properties Designer editor factory. | |
TextEditor_guid | The GUID of the text editor factory. | |
TextEditor_string | The GUID of the text editor factory. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.