ExtensibilityPoints Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper extension methods.
public static class ExtensibilityPoints
type ExtensibilityPoints = class
Public Module ExtensibilityPoints
- Inheritance
-
ExtensibilityPoints
Methods
Configuration(VisualStudioExtensibility) |
Gets the surface area for Configuration related features including extension state and user configuration. |
Documents(VisualStudioExtensibility) |
Gets the surface area for document management. |
Languages(VisualStudioExtensibility) |
Gets the surface area for Language service features such as diagnostics management. |
Settings(VisualStudioExtensibility) |
Gets the surface area for Settings related features. |
Shell(VisualStudioExtensibility) |
Gets the surface area for Shell service features such as progress reporting and notifications. |
Views(VisualStudioExtensibility) |
Gets the surface area for View management such as output windows, tool windows. |
Workspaces(VisualStudioExtensibility) |
Gets the surface area for Workspace management such as querying items in projects. |