VSConstants.EditPropyCategoryGuid Class
Represents editor property categories to use with the IVsTextEditorPropertyCategoryContainer interface.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.EditPropyCategoryGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class EditPropyCategoryGuid
public static class EditPropyCategoryGuid
public ref class EditPropyCategoryGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type EditPropyCategoryGuid = class end
public final class EditPropyCategoryGuid
The VSConstants.EditPropyCategoryGuid type exposes the following members.
Fields
Name | Description | |
---|---|---|
TextManagerGlobal_guid | The GUID for text manager global properties. | |
TextManagerGlobal_string | The GUID for text manager global properties | |
ViewMasterSettings_guid | The GUID for view properties that override both ToolsOptions and user commands. | |
ViewMasterSettings_string | The GUID for view properties that override both ToolsOptions and user commands. |
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.