|
ErrorHandler |
Provides methods for dealing with common COM error codes. |
|
VSConstants |
Use this class to access common Visual Studio constants. |
|
VSConstants.CATID |
These CATID GUID values are used to extend objects passed to the property browser and automation objects that support automation extenders. |
|
VSConstants.CLSID |
A set of CLSIDs used in Visual Studio. |
|
VSConstants.CMDSETID |
Represents the GUIDs of standard Visual Studio command sets. |
|
VSConstants.ComponentSelectorPageGuid |
Provides GUIDs for the Component Selector pages. |
|
VSConstants.DebugEnginesGuids |
Provides GUIDs for the debug engine. |
|
VSConstants.EditPropyCategoryGuid |
Represents editor property categories to use with the IVsTextEditorPropertyCategoryContainer interface. |
|
VSConstants.ItemTypeGuid |
These values are used with the VSHPROPID_ItemType property. |
|
VSConstants.LOGVIEWID |
Represents the GUIDs of Visual Studio views. |
|
VSConstants.OutputWindowPaneGuid |
Provides the GUIDs of the panes of the output window. |
|
VSConstants.ToolboxMultitargetingFields |
Represents toolbox multitargeting fields. |
|
VSConstants.UICONTEXT |
Provides the GUIDs for different command contexts. |
|
VSConstants.VsDependencyTypeGuid |
Provides GUIDs for different project dependencies. |
|
VSConstants.VsEditorFactoryGuid |
Provides GUIDs for different editor factories. |
|
VSConstants.VsLanguageServiceGuid |
Provides GUIDs for language services. |
|
VSConstants.VsLanguageUserDataGuid |
These are optional IVsUserData properties that a language service can provide in order to influence the behavior of the text editor. You can get the IVsUserData interface by doing QueryInterface on the IVsLanguageInfo object of the language service implementation. |
|
VSConstants.VsPackageGuid |
Provides the GUIDs for different packages. |
|
VSConstants.VsTaskListView |
Represents the GUIDs of built-in task list views. |
|
VSConstants.VsTextBufferUserDataGuid |
These are IVsUserData properties that are supported by the text buffer (DocData) object of the editor. You can get the IVsUserData interface by casting or (calling QueryInterface) on the IVsTextLines object of the Text Editor. |
|
VSConstants.WellKnownToolboxStringMaps |
Represents common toolbox strings. |
|
Win32Methods |
Imports some Win32 window management functions. |