Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes
Class | Description | |
---|---|---|
![]() |
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. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IEventHandler | Provides the methods necessary to add, remove, and test for the existence of handlers in an event handler collection. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
VSConstants.AppCommandCmdID | Identifies commands fired as the result of a WM_APPCOMMAND message received by the main window. |
![]() |
VSConstants.CEF | Represents flags to be used with the are used with CreateEditorInstance method. |
![]() |
VSConstants.SelectionElement | Represents flags used in the OnElementValueChanged event handler. |
![]() |
VSConstants.VSITEMID | Special items inside a VsHierarchy. |
![]() |
VSConstants.VSSELELEMID | Constants used in IVsSelectionEvents to indicate a new selection state. The selections may be propagated through OnElementValueChanged. |
![]() |
VSConstants.VSStd2010CmdID | Set of the standard, shared commands in CMDSETID.StandardCommandSet2010_guid |
![]() |
VSConstants.VSStd2KCmdID | These constants make some basic menu commands available to managed code. |
![]() |
VSConstants.VSStd97CmdID | These constants make some basic menu commands available to managed code. |
![]() |
VSConstants.VsUIHierarchyWindowCmdIds | An enumeration of commands that apply to events unique to the IVsUIHierarchyWindow. |