VSConstants.VsEditorFactoryGuid Class

 

Provides GUIDs for different editor factories.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.VSConstants.VsEditorFactoryGuid

public static class VsEditorFactoryGuid

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticExternalEditor_guid

The GUID of the editor factory for external (.exe-based) editors.

System_CAPS_pubfieldSystem_CAPS_staticExternalEditor_string

The GUID of the editor factory for external (.exe-based) editors.

System_CAPS_pubfieldSystem_CAPS_staticHtmlEditor_guid

The GUID of the HTML Editor factory.

System_CAPS_pubfieldSystem_CAPS_staticHtmlEditor_string

The GUID of the HTML Editor factory.

System_CAPS_pubfieldSystem_CAPS_staticProjectDesignerEditor_guid

The GUID of the Project Properties Designer editor factory.

System_CAPS_pubfieldSystem_CAPS_staticProjectDesignerEditor_string

The GUID of the Project Properties Designer editor factory.

System_CAPS_pubfieldSystem_CAPS_staticTextEditor_guid

The GUID of the text editor factory.

System_CAPS_pubfieldSystem_CAPS_staticTextEditor_string

The GUID of the text editor factory.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: