VSConstants.VsEditorFactoryGuid Class

Provides GUIDs for different editor factories.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.VsEditorFactoryGuid

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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
Public fieldStatic member ExternalEditor_guid The GUID of the editor factory for external (.exe-based) editors.
Public fieldStatic member ExternalEditor_string The GUID of the editor factory for external (.exe-based) editors.
Public fieldStatic member HtmlEditor_guid The GUID of the HTML Editor factory.
Public fieldStatic member HtmlEditor_string The GUID of the HTML Editor factory.
Public fieldStatic member ProjectDesignerEditor_guid The GUID of the Project Properties Designer editor factory.
Public fieldStatic member ProjectDesignerEditor_string The GUID of the Project Properties Designer editor factory.
Public fieldStatic member TextEditor_guid The GUID of the text editor factory.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace