|
IActiveDesigner |
Manages an ActiveX designer used as an editor. |
|
IBuilderWizardManager |
Retrieves and manages builders for specific properties and components. A builder generates code for an item. |
|
ICategorizeProperties |
Provides category names and maps categories to properties for display in the Properties window. |
|
ICodeNavigate |
Provides a method to display the default event handler code for a given displayed object. |
|
ICodeNavigate2 |
Displays the event handler code of a given displayed object. This interface extends ICodeNavigate by providing an additional method to display code for specific events of a displayed object. |
|
IDirAutoCompleteList |
Marks a directory list as supporting auto completion. Auto completion displays matching subdirectories as you enter characters. |
|
IDirList |
Manages the appearance and actions of a displayed directory list. |
|
IDirListEvents |
Specifies the event handler for a displayed directory list. This is the outgoing interface for the directory list's implementation of IConnectionPoint. |
|
IDirListSite |
Maintains the interface pointer to the parent object managing the directory list. |
|
IDiscoverUrlCallBack |
Specifies the interface to use when a Web service discovery finishes. Typically used to notify the shell after an asynchronous search. |
|
IDiscoveryClientResult |
A single result from a Web service discovery search. Member of a IDiscoveryClientResultCollection. |
|
IDiscoveryClientResultCollection |
A collection of results, IDiscoveryClientResult interfaces, from a Web service discovery search. |
|
IDiscoveryResult |
Downloads the results of an XML Web service discovery session. |
|
IDiscoveryResult2 |
Downloads the results of an XML Web service discovery session. |
|
IDiscoverySession |
Called by IVsAddWebReferenceDlg2 to discover XML Web services. |
|
IDocumentSite |
Maintains information and supplies methods for the parent object of the document. |
|
IDocumentSite2 |
Maintains information and supplies methods for the parent object of the document. This interface extends and inherits from IDocumentSite. |
|
IDropSource |
Infrastructure. Provides visual feedback and information about the source used in a drag drop operation. |
|
IEnlistingInProject |
Infrastructure. |
|
IEnumComponents |
Enumerates the components in a component picker. |
|
IEnumComReferences |
Enumerator for COM references. Used in the Add Reference dialog of the IDE. |
|
IEnumHierarchies |
Enumerator for projects in the solution. You can get an instance of the interface using the GetProjectEnum method of the IVsSolution and IVsSolution2 interfaces. |
|
IEnumHierarchyItems |
Implemented by the environment to numerate hierarchy items. |
|
IEnumPackages |
Enumerator for the currently loaded VSPackages. You can get an instance of the interface through the GetPackageEnum method of the IVsShell interface. |
|
IEnumProjectStartupServices |
Enumerates the services needed by a project on startup. You can get an instance of the interface using the GetStartupServiceEnum method of the IVsProjectStartupServices interface. |
|
IEnumRunningDocuments |
Represents a list of Running Document Table (RDT) cookies that in turn each represent an open document. |
|
IEnumSystemAssemblies |
Enumerator for system assemblies. |
|
IEnumTargetFrameworks |
Enumerator for supported versions of the framework. |
|
IEnumToolboxItems |
Enumerator for items in the Toolbox. You can get an instance of the interface through the EnumItems methods of the IVsToolbox and IVsToolbox2 interfaces. |
|
IEnumToolboxTabs |
Enumerator for the tabs in the Toolbox. You can get an instance of the interface using the EnumTabs method of the IVsToolbox and IVsToolbox2 interfaces. |
|
IEnumVsENCRebuildableProjectCfgs |
|
|
IEnumWebServices |
Enumerator for the Web services offered by a Web site or a project. You can get an instance of the interface using the WebServices method of the IVsWebServiceProvider interface. |
|
IEnumWindowFrames |
Enumerator for a collection of windows such as the open document windows. You can get an instance of the interface using the GetDocumentWindowEnum and GetToolWindowEnum methods of the IVsUIShell interface. |
|
IErrorInfo |
Communicates detailed contextual error information. |
|
IExtendedObject |
Gives access to the inner object of an extended object. An example of an extended object is an object inside a container where the container provides additional properties for the object, such as Top or Left for position on a form. |
|
IExtendedTypeLib |
Creates and manages a type library for an extended object. An example of an extended object is an object inside a container where the container provides additional properties for the object, such as Top or Left for position on a form. The compound object can be treated as a single, extended object with the extended type library. |
|
IHelp |
Manages the retrieval and display of online help information. You can get an instance of the interface from the SHelp (SID_SHelp) service. |
|
ILicensedClassManager |
Tells Visual Studio which classes a package needs through a list of license keys. You can get an instance of the interface through the SLicensedClassManager (SID_SLicensedClassManager) service. |
|
ILocalRegistry |
Establishes a locally-registered COM object relative to the local Visual Studio registry hive. |
|
ILocalRegistry2 |
Establishes a locally-registered COM object relative to the local Visual Studio registry hive. |
|
ILocalRegistry3 |
Establishes a local registry relative to the Visual Studio registry hive. This interface extends ILocalRegistry2. You can get an instance of the interface through the SLocalRegistry (SID_SLocalRegistry) service. |
|
ILocalRegistry4 |
Establishes a local registry relative to the Visual Studio registry hive. You can get an instance of the interface through the SLocalRegistry (SID_SLocalRegistry) service. |
|
ILocalRegistry5 |
Provides an interface similar to T:Microsoft.VisualStudio.Shell.Interop.ILocalRegistry3 that supports COM aggregation with a given outer object. |
|
IOleComponent2 |
Enables components to participate in message processing while they are waiting for handles. |
|
IOleComponentUIManager |
The IOleComponentUIManager interface gives in-place VSPackage objects access to a variety of user interface functionality supplied by the environment such as message display, context menus, and the status bar. |
|
IOleInPlaceComponent |
Allows in-place VSPackage objects to operate as a fully integrated component of the environment by using the SOleComponentUIManager service. |
|
IOleInPlaceComponentSite |
The IOleInPlaceComponentSite interface is currently not supported. When supported, it will be implemented by the container of an in-place VSPackage object to control the UI mode of the object. |
|
IOleInPlaceComponentUIManager |
Enables the menus, toolbars, and commands of existing VSPackage objects to be integrated into and managed by the environment's SOleComponentUIManager service. |
|
IPerPropertyBrowsing2 |
Maps properties to their builders and executes the builders. A builder returns a value or values for a given property. An example of a builder is the style builder for a cascading stylesheet. |
|
IPersistFileFormat |
Obtains file format information about items that require saving, and enables the programmatic loading or saving of an object in a format specified by the user. |
|
IPersistXMLFragment |
Used to persist non-build related data in free-form XML. |
|
IPreferPropertyPagesWithTreeControl |
Causes the Property Page to display a tree control instead of tabs. |
|
IProfferService |
Enables a VSPackage to offer new services through the Visual Studio environment that are not implemented natively by the environment. In effect, it provides the mechanism through which VSPackages can contribute to the environment. The IProfferService interface is part of SProfferService. |
|
IProfferTypeLib |
Enables an ActiveX designer to provide a type library to its host. The designer provides the type library through the SProfferTypeLib (SID_SProfferTypeLib) service. |
|
IPropertyPageUndoString |
Used by controls to provide an undo string for their property page settings. |
|
IProvideAltHTML |
Used by a Web control to provide Alt property text and to indicate whether or not the text is editable. |
|
IProvideDynamicClassInfo |
Used by ActiveX designers to provide dynamic type information through an ITypeInfo interface. A container can use the interface to get type information in response to type change events. |
|
IProvidePropertyBuilder |
Managers a builder, code that constructs the value for a property. This often takes the form of a dialog displayed by clicking an ellipsis button on the property page. |
|
IProvideRuntimeHTML |
Used by an ActiveX control to provide an HTML string to its container at runtime. |
|
IReferenceInfo |
Provides information about a result from an XML Web service discovery session. Use the GetReferenceInfo method of the IDiscoveryResult interface to get an instance of this interface. |
|
IRequireClasses |
Provides a list of class identifiers for use with the ILicensedClassManager interface. The identifiers tell Visual Studio which classes a package requires. |
|
ISccManagerLoaded |
Defines when the SccManager is loaded. |
|
ISchemaReferenceInfo |
Returns the target namespace of an XML schema found as the result of a Web service discovery search. You can find the type of document with the IReferenceInfo interface and then use ISchemaReferenceInfo if appropriate. |
|
ISelectionContainer |
Provides access to objects used to update the Properties window. |
|
ITrackSelection |
Notifies the environment of a change in the current selection container. |
|
IUIElement |
Shows or hides a user interface element. Implemented by the element and used by the container. |
|
IUIHostLocale |
Provides access to the host's UI locale services to manage dialog box string localization. |
|
IUIHostLocale2 |
Provides access to the host's UI locale services to manage dialog box string localization. |
|
IVsActivityLog |
Adds events to the IDE Activity Log. Use the SVsActivityLog (SID_SVsActivityLog) service to get an instance of the interface. |
|
IVsAddNewWebProjectItemDlg |
Displays the AddItem dialog with a listview control and specific Web-related controls. Use in Web project implementations. You can get an instance of the interface from the SVsAddProjectItemDlg (SID_SVsAddProjectItemDlg) service. |
|
IVsAddProjectItemDlg |
Provides access to the environment's Add Project Item dialog box for the purpose of adding new items to the project. |
|
IVsAddProjectItemDlg2 |
Provides access to the environment's Add Project Item dialog box for the purpose of adding new items to the project. |
|
IVsAddToolboxItems |
Adds items to the toolbox. |
|
IVsAddWebReferenceDlg |
Allows a VSPackage to include a web services dialog box. |
|
IVsAddWebReferenceDlg2 |
Allows a VSPackage to include a web services dialog box. |
|
IVsAggregatableProject |
Implemented by a project that supports adding project subtypes through aggregation. |
|
IVsAggregatableProjectFactory |
Creates a project type that supports aggregation. |
|
IVsAppCommandLine |
This interface is used by a package to read command-line switches entered by the user. |
|
IVsAssemblyNameUnification |
Returns the name of the unified assembly based on the simple and full names the loader uses, and the .NET framework assemblies list (FrameworkList.xml). Use the SVsAssemblyNameUnification (SID_SvsAssemblyNameUnification) service to get an instance of the interface. |
|
IVsAsyncEnum |
Implemented by enumerators supporting asynchronous behavior. |
|
IVsAsyncEnumCallback |
Interface describing the callback method for an asynchronous enumerator uses to indicate the next item is available. You set the callback using the AdviseAsyncEnumCallback method of the IVsAsyncEnum interface. |
|
IVsAsynchOpenFromScc |
This interface supports asynchronous loading of projects from source control. |
|
IVsAsynchOpenFromSccProjectEvents |
Provides progress information during asynchronous loading of a project or solution from source control. |
|
IVsBackForwardNavigation |
Rarely used. Enables the window to navigate back and forward to saved navigation points. Use the AddNewBFNavigationItem method of the IVsUIShell interface to add a navigation point. |
|
IVsBatchUpdate |
Initiates the incorporation of all pending data updates in a text buffer or view. |
|
IVsBroadcastMessageEvents |
Broadcasts messages to clients that registered to be notified of events within the environment. |
|
IVsBrowseComponentSet |
Provides the data contained in the browse component set. |
|
IVsBrowseContainersList |
Provides information about a container in a list of containers or finds the container of a component. |
|
IVsBrowseObject |
Allows the retrieval of the IVsHierarchy object or the VSITEMID given the project configuration browse object. |
|
IVsBrowseProjectLocation |
Displays a dialog to find the location for a new project. |
|
IVsBuildableProjectCfg |
Manages a project configuration's build operation. |
|
IVsBuildableProjectCfg2 |
Provides information about a project's build configuration and executes the build. |
|
IVsBuildDependency |
Allows a project to describe build dependencies. |
|
IVsBuildMacroInfo |
Enables macro evaluation by retrieving, from the project, the string associated with a macro name. |
|
IVsBuildManagerAccessor |
Provides a way for unmanaged code to get access to the global Engine object without having to instantiate an expensive object such as a project. (Unmanaged code cannot access Engine.GlobalEngine directly because that object is marked as "static", and "static" objects are not easily accessible across a COM-interop boundary.) |
|
IVsBuildPropertyStorage |
Gets and sets MSBuild properties in the project file. |
|
IVsBuildPropertyStorage2 |
|
|
IVsBuildStatusCallback |
Enables the environment to receive notifications about the status of a build operation. |
|
IVsCallBrowser |
Manipulates the Call Browser for debugging. You can get an instance of this interface from the SVsCallBrowser (SID_SVsCallBrowser) service. |
|
IVsCfg |
Provides information about a project's configuration. |
|
IVsCfgBrowseObject |
Returns the IVsCfg object given the project configuration browse object. |
|
IVsCfgProvider |
Allows projects to manage configuration information. |
|
IVsCfgProvider2 |
Allows projects to manage configuration information. |
|
IVsCfgProviderEvents |
Provides notifications of configuration events. |
|
IVsCfgProviderEventsHelper |
Implemented by the environment, called by projects to use as a helper implementing IVsCfgProvider2. |
|
IVsClassView |
Allows navigation to an object in Class View. |
|
IVsCmdNameMapping |
Maps command names and GUIDs. Enables you to determine all commands and names. You can get an instance of this interface from the SVsCmdNameMapping (SID_SVsCmdNameMapping) service. |
|
IVsCodeDefView |
Manipulates the Code Definition View window. You can get an instance of the interface from the SVsCodeDefView (SID_SVsCodeDefView) service. |
|
IVsCodeDefViewContext |
Sets the context for displaying the Code Definition tool window. The context includes things such as file name, and line and column numbers. |
|
IVsCodeShareHandler |
Infrastructure. Internal interface. Do not use. |
|
IVsCombinedBrowseComponentSet |
Combines multiple component sets. |
|
IVsCommandArgInfo |
Enables a QueryStatus implementation to query whether a command argument has been supplied. |
|
IVsCommandWindow |
Enables the package to use the Command Window. You can get an instance of the interface from the SVsCommandWindow (SID_SVsCommandWindow) service. |
|
IVsCommandWindow2 |
Sets the mode of the Command Window. You can get an instance of this interface from the SVsCommandWindow (SID_SVsCommandWindow) service. |
|
IVsCommandWindowsCollection |
Manipulates windows in the commandwindows list that Visual Studio maintains. You can get an instance of the interface from the SVsCommandWindowsCollection (SID_SVsCommandWindowsCollection) service. |
|
IVsCommentTaskInfo |
Provides information about the comment task tokens used by the task list. |
|
IVsCommentTaskToken |
Represents one comment task token. |
|
IVsCommonMessagePump |
|
|
IVsCommonMessagePumpClientEvents |
|
|
IVsCommonMessagePumpFactory |
|
|
IVsComponentEnumeratorFactory |
Provides an enumerator for components, assembly paths, or a list of directories containing references. You can get an instance of the interface from the SCompEnumService (SID_SCompEnumService) service. |
|
IVsComponentEnumeratorFactory2 |
Provides an enumerator for components, assembly paths, or a list of directories containing references. You can get an instance of the interface from the SCompEnumService (SID_SCompEnumService) service. This interface extends IVsComponentEnumeratorFactory by taking a semicolon-delimited list of paths. |
|
IVsComponentEnumeratorFactory3 |
Provides an enumerator for components, assembly paths, or a list of directories containing references. You can get an instance of the interface from the SCompEnumService (SID_SCompEnumService) service. This interface extends the functionality of IVsComponentEnumeratorFactory2 by creating an enumerator that also returns runtime information. It does not, however, inherit from IVsComponentEnumeratorFactory2. |
|
IVsComponentEnumeratorFactory4 |
Enumerates the components in accordance with extensible multi-targeting. |
|
IVsComponentModelHost |
Exposes information needed for Visual Studio MEF hosting. |
|
IVsComponentSelectorData |
Returns data about a component. |
|
IVsComponentSelectorDlg |
Adds components to a project. |
|
IVsComponentSelectorDlg2 |
Manages references to components of various types within the project. |
|
IVsComponentSelectorDlg3 |
|
|
IVsComponentSelectorDlg4 |
|
|
IVsComponentSelectorProvider |
Implemented by VSPackages that provide pages to a component picker, such as the Add Reference dialog. |
|
IVsComponentUser |
Adds components to a specified project. |
|
IVsConfigurationManagerDlg |
Displays the Configuration Manager dialog box. You can get an instance of the interface from the SVsConfigurationManagerDlg (SID_SVsConfigurationManagerDlg) service. |
|
IVsConfigureToolboxItem |
Enables clients that implement the [System.Drawing.Design.IToolbox] service to configure items as they are added to the toolbox. Objects that implement this interface are created [byILocalRegistry:CreateInstance]. They should be registered the $RegRoot$\ToolboxItemConfiguration key. |
|
IVsContextualIntellisenseFilter |
Filters Intellisense items to control whether or not Intellisense help appears. You can get an instance of the interface from the GetFilter method of the IVsContextualIntellisenseFilterProvider interface. |
|
IVsContextualIntellisenseFilterProvider |
Provides a filter for Intellisense items based on project hierarchy information. You can get in instance of the interface from the Device Configuration (DevCfg). |
|
IVsCoTaskMemFreeMyStrings |
Used in association with certain other interfaces to indicate that strings returned from those interfaces should be freed by the caller. |
|
IVsCreateAggregateProject |
Called by a project type that supports aggregation. |
|
IVsDataEnvironment |
Provides an interface to data services, such as database connections. You can use the interface to support Web services browsing. |
|
IVsDataObjectStringMapEvents |
|
|
IVsDataObjectStringMapManager |
Enables storage of name/value pairs in an [IDataObject]. Multiple string maps with different names can exist in a single data object. This service is obtained through [SVsDataObjectStringMapManager]. |
|
IVsDataSourceFactory |
Implemented by packages that supply their own Data source factories. |
|
IVsDebuggableProjectCfg |
Enables a built configuration to be started and run by the debugger. |
|
IVsDebuggableProjectCfg2 |
Supports Debug Launch (F5 command). Extends IVsDebuggableProjectCfg to provide a method call (OnBeforeDebugLaunch) before launching the debugger. |
|
IVsDebuggableProtocol |
Allows clients to add to the debuggable protocol list. |
|
IVsDebugger |
Provides access to the current debugger so that the package can listen for debugger events. You can get an instance of this interface from the GetIVsDebugger method of the LanguageService service. |
|
IVsDebugger2 |
Provides additional access to the debugger. You can get an instance of this interface from the SVsShellDebugger (SID_SVsShellDebugger) service. This interface extends IVsDebugger. |
|
IVsDebugger3 |
|
|
IVsDebuggerEvents |
Provides notification when the debugger changes mode. The debugger operates in one of three modes: run, break, or design. The interface is an argument of the AdviseDebuggerEvents method of the IVsDebugger interface. The interface is an event sink, a recipient of events, implemented by components wanting notification of changes in the debugger. |
|
IVsDebugLaunch |
Launches the debugger. You can get an instance of this interface from the SVsDebugLaunch (SID_SVsDebugLaunch) service. |
|
IVsDebugLaunchHook |
|
|
IVsDebugProcessNotify |
Provides notice that the debugger is about to stop. Used as the VsDebugTargetInfo2 argument in the LaunchDebugTargets2 method of the IVsDebugger2 interface. |
|
IVsDefaultToolboxTabState |
Determines the default state, expanded or unexpanded, of a tab in the Toolbox. An optional interface for implementers of IVsToolboxUser. |
|
IVsDeferredDocView |
Defers providing an actual document view until after loading and registering the document data in the Running Document Table (RDT). This allows the package to examine the document and decide what kind of view to provide. |
|
IVsDeferredSaveProject |
Delays permanently saving a project until the user saves it with SaveAll. Creates the effect of keeping the project in memory. The package uses a generated name for the project, and temporary files at a temporary location. Limits the solution to one project. |
|
IVsDependency |
Describes a project that is used by another project in build operations or deployment. |
|
IVsDependencyProvider |
Provides access to a project configuration's dependencies. |
|
IVsDeployableProjectCfg |
Allows a project to manage deployment operations. |
|
IVsDeployableProjectCfg2 |
Used to support output about deployment during project deployment. Extends and inherits from IVsDeployableProjectCfg. |
|
IVsDeployDependency |
Provides access to an output group dependency. |
|
IVsDeployDependency2 |
Retrieves the dependency property values by name. |
|
IVsDeployStatusCallback |
Enables the environment to receive notifications about the status of a deployment operation. |
|
IVsDesignerInfo |
|
|
IVsDesignTimeAssemblyResolution |
|
|
IVsDetermineWizardTrust |
Defines events for a wizard as well as methods providing status information. You can get an instance of the interface from the SVsDetermineWizardTrust (SID_SVsDetermineWizardTrust) service. |
|
IVsDiscoveryService |
Creates a discovery session. |
|
IVsDocDataFileChangeControl |
Determines whether changes to document data files made outside of the editor should be ignored. |
|
IVsDocOutlineProvider |
Provides information about a document outline. |
|
IVsDocOutlineProvider2 |
Enables changing the shell's translation of accelerator keys. |
|
IVsDocumentLockHolder |
Allows a non-editor to add an edit lock to an item registered in the running document table. |
|
IVsEditorFactory |
Creates instances of document view objects and of data objects. |
|
IVsEditorFactory2 |
Creates instances of document view objects and of data objects. |
|
IVsEditorFactoryChooser |
Implemented by Editor choosers that chooses on behalf of other types of editor factory. |
|
IVsEditorFactoryNotify |
Provides notification methods for saving or renaming a file, or adding an item. |
|
IVsENCRebuildableProjectCfg |
|
|
IVsENCRebuildableProjectCfg2 |
|
|
IVsEnhancedDataTip |
Enables customization of DataTips in the debugger. |
|
IVsEnumCommentTaskTokens |
Enumerates a collection of comment task tokens associated with the task list. |
|
IVsEnumCryptoProviderContainers |
Provides an enumerator for all of the key containers in a cryptography provider. A key container is part of a key database containing all of the key pairs for a given user. Returned by the EnumContainers method of the IVsStrongNameKeys interface. |
|
IVsEnumCryptoProviders |
Provides an enumerator to list cryptographic service providers. Returned by the EnumProviders method of the IVsStrongNameKeys interface. |
|
IVsEnumDependencies |
Enumerates a set of dependencies. |
|
IVsEnumHierarchyItemsFactory |
Creates instances of IEnumHierarchyItems, an enumerator for items in the project hierarchy. You can get an instance of this interface from the SVsEnumHierarchyItemsFactory (SID_SVsEnumHierarchyItemsFactory) service. |
|
IVsEnumLibraries2 |
Enumerates symbol libraries. |
|
IVsEnumNavInfoNodes |
Enumerates node items represented by the IVsNavInfo interface. |
|
IVsEnumOutputs |
Inumerates a set of build output items from a project's configuration. Enumerates a set of build output items from a project's configuration. |
|
IVsEnumSelectedSymbols |
Enumerator for groups of selected symbols. The enumerator returns an array of IVsSelectedSymbol interfaces. |
|
IVsEnumTaskItems |
Enumerates the task items associated with task providers. |
|
IVsErrorItem |
Provides information about an error item. The information includes the hierarchy the error belongs to as well as whether it is an error, a warning, or a message. |
|
IVsErrorItem2 |
Implemented by error list items for items that have a custom icon to display in the error view. |
|
IVsErrorList |
Manipulates the BuildErrorList window. You can get an instance of this interface from the SVsErrorList (SID_SVsErrorList) service. The SVsErrorList service also provides IVsTaskList. |
|
IVsExtensibility3 |
Not intended for use directly from your code. Implements many of the features supporting extensibility, including initiating various events. Combines the older IVsExtensibility and IVsExtensibility2 interfaces that were not usable from managed code into an interface usable from managed code. |
|
IVsExtensibleObject |
Returns a VSPackage-specific automation object at specific points in the automation model. |
|
IVsExternalFilesManager |
Implemented by the environment to handle the Miscellaneous Files project. |
|
IVsExternalFilesManager2 |
Implemented by the environment to handle the Miscellaneous Files project. |
|
IVsFavoritesProvider |
Used by the environment when adding a URL to the favorites list. |
|
IVsFileChangeEvents |
Notifies clients when selected files have been changed on disk. |
|
IVsFileChangeEx |
Allows changes to be made to a file or directory. |
|
IVsFileUpgrade |
Performs file upgrades as part of a project upgrade. |
|
IVsFileUpgrade2 |
Performs file upgrades for specified versions as part of a project upgrade. |
|
IVsFilterAddProjectItemDlg |
Sets filtering for the Add Item dialog box. |
|
IVsFilterAddProjectItemDlg2 |
Sets filtering for the AddItem dialog box. |
|
IVsFilterKeys |
Controls the binding between keys and commands. You can get an instance of this interface from the SVsFilterKeys (SID_SVsFilterKeys) service. |
|
IVsFilterKeys2 |
Controls the binding between keys and commands. You can get an instance of this interface from the SVsFilterKeys (SID_SVsFilterKeys) service. Extends, but does not inherit from, IVsFilterKeys. |
|
IVsFilterNewProjectDlg |
Provides filtering for items in the New Project dialog box. Implemented by components wanting to filter. |
|
IVsFindSymbol |
Implements the search done by the FindSymbol menu command. You can get an instance of this interface from the SVsObjectSearch (SID_SVsObjectSearch) service. |
|
IVsFindSymbol2 |
Implements the search done by the FindSymbol menu command, with support for multiple frameworks. |
|
IVsFindSymbolEvents |
Outgoing interface for events, such as changes in search options, related to the Find Symbol command. The client implements the interface and advises the server. |
|
IVsFindSymbolEvents2 |
Outgoing interface for events, such as changes in search options, related to the Find Symbol command, with support for multiple frameworks. |
|
IVsFireSolutionEvents |
Fires the same events (SolutionEvents) a solution normally fires. Enables a project that nests subprojects to fire these events. Implemented by the environment. |
|
IVsFireSolutionEvents2 |
Fires the same events (SolutionEvents) a solution normally fires. Enables a project that nests subprojects to fire these events. Extends, but does not inherit from, IVsFireSolutionEvents. |
|
IVsFontAndColorCacheManager |
Controls the caching of font and color settings. |
|
IVsFontAndColorDefaults |
Allows a VSPackage to support the IDE's Fonts and Colors properties page by defining default fonts and colors for a window or UI component. |
|
IVsFontAndColorDefaultsProvider |
Provides an instance of the IVsFontAndColorDefaults or the IVsFontAndColorGroup interface corresponding to a particular Category -- a particular item listed in the Show Settings For: drop down listing of the Fonts and Colors properties page of the Options dialog box. |
|
IVsFontAndColorEvents |
Notifies VSPackages using font and color information about changes in font and color settings. |
|
IVsFontAndColorGroup |
Provides a mechanism by which a VSPackage providing font and color support can specify a Display Item group - a super-category that represents the union of two or more categories. |
|
IVsFontAndColorStorage |
Allows a VSPackage to retrieve or save font and color data to the registry. |
|
IVsFontAndColorStorage2 |
Allows a VSPackage to manage registry font and color entries. |
|
IVsFontAndColorUtilities |
Provides tools for working with the input and output data used by the methods of the Visual Studio Font and Color mechanism. |
|
IVsFrameworkMultiTargeting |
|
|
IVsFrameworkRetargetingDlg |
|
|
IVsGeneratorProgress |
Enables the single file generator to report on its progress and to provide additional warning and/or error information. |
|
IVsGetCfgProvider |
Implemented by a project system. Retrieves a pointer to IVsCfgProvider. |
|
IVsGlobals2 |
Loads and saves values global to the solution. Replaces IVsGlobals that cannot be used in managed code. |
|
IVsGlobalsCallback2 |
Performs the save and load operations for the IVsGlobals2 interface. |
|
IVsGradient |
Enables a VSPackage to paint specified UI elements with the proper gradient. |
|
IVsHandleInComingCallDynamicInProc |
|
|
IVsHasRelatedSaveItems |
Enables the saving of additional items. Implemented by clients that want additional items to appear in the Save Changes dialog, or that want particular items saved at the same time as other items. |
|
IVsHelpAttributeList |
Provides a list of all possible values for a Help attribute. The interface does not provide an enumerator but instead uses an integer index to retrieve the values. |
|
IVsHelpProvider |
|
|
IVsHelpSystem |
Provides access to the help system. Supplemented by Help2. |
|
IVsHierarchy |
Provides hierarchy management for VSPackages that implement project hierarchies. |
|
IVsHierarchyDeleteHandler |
Manages the deletion or removal of hierarchy items. |
|
IVsHierarchyDeleteHandler2 |
Deletes one or more items in a solution hierarchy. The interface extends, but does not inherit from, IVsHierarchyDeleteHandler. Needed only if you want your package to use its own deletion prompt. |
|
IVsHierarchyDropDataSource |
Provides information about a dragged item in relation to its data source during a drag-and-drop operation within a hierarchy window. You can get an instance of this interface from the IVsHierarchy interface. |
|
IVsHierarchyDropDataSource2 |
Provides information about a dragged item in relation to its data source during a drag-and-drop operation within a hierarchy window. The interface extends and inherits from the IVsHierarchyDropDataSource interface. You only need to use IVsHierarchyDropDataSource2 if you need the additional methods. |
|
IVsHierarchyDropDataTarget |
Provides information about a dragged item in relation to its drop target during a drag-and-drop operation within a hierarchy window. |
|
IVsHierarchyEvents |
Notifies clients of changes to the hierarchy. |
|
IVsHierarchyRefactorNotify |
Notifies the hierarchy of refactoring operations. |
|
IVsHTMLConverter |
Enables the debugger to handle some HTML elements in its output. You can get an instance of the interface from the SVsHTMLConverter (SID_SVsHTMLConverter) service. |
|
IVsImageButton |
Draws an image on a button created by your VSPackage. |
|
IVsIME |
Gives the package access to the Input Method Editor (IME). The Input Method Editor offers candidate items in response to user keystrokes. Frequently used in localization for non-alphabetic languages. You can get an instance of the interface from the SVsIME (SID_SVsIME) service. |
|
IVsInstalledProduct |
Allows your VSPackage to place information on the splash screen and in the About dialog box on the Help menu. |
|
IVsIntelliMouseHandler |
Enables a package to make full use of IntelliMouse functionality. Used in shell clients implementing some of their own functionality. You can get an instance of the interface from the SVsIntelliMouseHandler (SID_SVsIntelliMouseHandler) service. |
|
IVsIntellisenseEngine |
Enables a project hierarchy node to load or unload files as part of support for IntelliSense. Loading and unloading generates events that may change what IntelliSense displays. You can get an instance of the interface from the SVsIntellisenseEngine (SID_SVsIntelliSenseEngine) service. |
|
IVsIntellisenseProject |
Provides IntelliSense support for a project. Used with IVsIntellisenseProjectHost and intended for use with contained languages. |
|
IVsIntellisenseProjectEventSink |
Defines the event functions for an Intellisense project. (IVsIntellisenseProject). |
|
IVsIntellisenseProjectHost |
Enables a project hierarchy node to provide information about nested IntelliSense projects (projects implementing IVsIntellisenseProject) to display in IntelliSense tooltips. Used with contained languages. You can get an instance of this interface from the SVsIntellisenseProjectHost (SID_SVsIntellisenseProjectHost) service. |
|
IVsIntellisenseProjectManager |
Enables a project hierarchy node to notify listeners of events that change what appears in IntelliSense tooltips, as well as retrieving particular project information. You can get an instance of the interface from the SVsIntellisenseProjectManager (SID_SVsIntellisenseProjectManager) service. Used with contained languages. |
|
IVsInvisibleEditor |
Obtains the document data for the file "under edit" by the invisible editor object. |
|
IVsInvisibleEditorManager |
Used to register an invisible editor. |
|
IVsItemTypeResolutionService |
Makes the connections among referenced projects and assemblies to provide type information to a project node. |
|
IVsItemTypeResolutionSite |
Provides callback methods for IVsItemTypeResolutionService to track references and assemblies. |
|
IVsLanguageInfoPackage |
Used to provide per-language editor property pages in the Options dialog. |
|
IVsLanguageServiceBuildErrorReporter |
|
|
IVsLaunchPad |
Interface to generate command-line tools and batch files. |
|
IVsLaunchPad2 |
Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad but ExecCommandEx method allows the parsed output string to be in a non-standard format. Executes a command with output displayed to an output pane in the Visual Studio IDE. Similar to IVsLaunchPad, but ExecCommandEx method allows the parsed output string to be in a non-standard format. |
|
IVsLaunchPad3 |
|
|
IVsLaunchPadEvents |
Notifies the environment to cancel a launch pad event. |
|
IVsLaunchPadFactory |
ICreates an IVsLaunchPad object that can be used to spawn command line tools and batch files |
|
IVsLaunchPadOutputParser |
Parses tool output lines for task list item or navigation information. Implemented by callers of the ExecCommandEx method of the IVsLaunchPad2 interface. |
|
IVsLibrary |
This core interface describes the library and is used by the Object Manager to access symbols pertinent to it. |
|
IVsLibrary2 |
Describes the library and is used by the Object Manager to access pertinent symbols. |
|
IVsLibrary2Ex |
Enables libraries to provide different ObjectBrowser information when profiles change, or references are added or removed. Extends, but does not inherit from, IVsLibrary2. |
|
IVsLibraryMgr |
This root interface allows the environment's Object Manager to access a package's IVsLibrary. Most implementations will typically provide a single IVsLibrary. This root interface allows the environment's Object Manager to access a package's IVsLibrary. Most implementations will typically provide a single IVsLibrary. |
|
IVsLibraryReferenceManager |
Provides information about reference .NET libraries for the Object Browser. You can get an instance of this interface from the SVsComplusLibrary (SID_SVsComplusLibrary) service. |
|
IVsLiteTree |
Represents a lightweight tree control. Used, for example, in the ObjectBrowser and FindSymbol dialogs. |
|
IVsLiteTreeEvents |
Defines the events of the lightweight tree control. Used as an argument in the AdviseTreeEvents method of the IVsLiteTree interface. |
|
IVsLiteTreeList |
Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. A list is the basic unit of information with which the libraries communicate with the tools and is displayed as a set of peer nodes of a specific parent in the tree view. |
|
IVsMacroRecorder |
|
|
IVsMacros |
|
|
IVSMDTypeResolutionService |
Makes an instance of ITypeResolutionService available that you can use in native (unmanaged) code. You can get an instance of the interface through the GetItemContext method of the IVsProject interface. You can also obtain the interface through the SVSMDTypeResolutionService (SID_SVSMDTypeResoluionService) service. |
|
IVsMenuEditor |
Exposes the shared menu editor to form designers. You can get an instance of the interface from the IVsMenuEditorFactory interface. |
|
IVsMenuEditorFactory |
Provides an instance of an IVsMenuEditor interface for use by form designers that want to use the shared menu editor. You can get an instance of the interface from the SVsMenuEditor (SID_SVsMenuEditor) service. |
|
IVsMenuEditorSite |
Describes the site for an IVsMenuEditor instance. Provided by the environment and used by the IVsMenuEditor instance. |
|
IVsMenuEditorTransactionEvents |
Enables treating a group of menu editor actions as a transaction. Used by the form designer to support undoing actions. |
|
IVsMenuItem |
Enables form designers to use the shared menu editor. Implemented by the environment. |
|
IVsMonitorSelection |
Enables VSPackages to receive notification of selection events and to retrieve information about the current project hierarchy, item, element value, and command UI context. |
|
IVsMonitorSelection2 |
Provides information about an empty context (when nothing is selected) and supports implementation of custom selection identifiers. Extends, but does not inherit from, IVsMonitorSelection. |
|
IVsMonitorUserContext |
Creates a new context or subcontext bag. |
|
IVsMSBuildHostObject |
Enables the project system to communicate with MSBuild host objects. |
|
IVsMSBuildTaskFileManager |
Enables MSBuild to use memory instead of disk files for Intellisense builds. |
|
IVsMultiItemSelect |
Provides the environment with access to multiple selections. |
|
IVsMultiViewDocumentView |
Supports multiple view tabs on the same view, such as the HTML and Design tabs on the HTML editor. |
|
IVsNavigationTool |
Replaces IVsClassView and IVsObjectBrowser.to manipulate the ClassView and ObjectBrowser. |
|
IVsNavInfo |
Identifies a symbol in the hierarchical tree of symbols. |
|
IVsNavInfoNode |
Identifies a node in the path of the symbol. |
|
IVsNonLocalProject |
Ensures a local copy of a non-local project exists. Projects that use non-local projects can get the interface from the IVsHierarchy interface. |
|
IVsNonSolutionProjectFactory |
Indicates the projects created by the factory are not part of a solution. |
|
IVsObjBrowser |
Implemented by the environment. Used by VsPackages that want to manipulate Object Browser. |
|
IVsObjectBrowserDescription2 |
Provides descriptive text about an object for the object browser. The environment provides this interface. |
|
IVsObjectBrowserDescription3 |
Provides a means for entering Object Browser description text. |
|
IVsObjectList |
Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. IVsObjectList is an extension of IVsLiteTreeList and provides additional methods that are pertinent to symbols in the project. Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. IVsObjectList is an extension of IVsLiteTreeList and provides additional methods that are pertinent to symbols in the project. |
|
IVsObjectList2 |
Provides information about symbols in a list that is part of an overall organization in the tree view (IVsLiteTree) of the code browsing tools. |
|
IVsObjectListOwner |
Provides information about a list of objects as well as manipulating the list. Used in the Search pane. The environment implements the interface. |
|
IVsObjectManager |
This interface is used by a package to register and un-register its library manager with the object manager. Obtain an IVsObjectManager interface by calling QueryService for the SVsObjectManager service. This interface is used by a package to register and un-register its library manager with the object manager. Obtain an IVsObjectManager interface by calling QueryService for the SVsObjectManager service. |
|
IVsObjectManager2 |
Used by a VSPackage to register and unregister the symbol libraries with the Visual Studio object manager and create component sets that can be browsed. To obtain a reference to the Visual Studio object manager, call global service provider which is passed to you by the SetSite method. |
|
IVsObjectManagerEvents |
Infrastructure. |
|
IVsObjectSearch |
Performs a search for a specified object. The environment implements the interface. You can get an instance of the interface from the SVsObjectSearch (SID_SVsObjectSearch) service. |
|
IVsObjectSearchPane |
Searches for an object in a referenced library or assembly. |
|
IVsOpenProjectOrSolutionDlg |
Opens a Solution or Project using the standard open dialog boxes. |
|
IVsOutput |
Provides information about the outputs of a configuration. |
|
IVsOutput2 |
Provides information about the outputs of a configuration. |
|
IVsOutputGroup |
Allows projects to group outputs according to usage. |
|
IVsOutputGroup2 |
Allows projects to group outputs according to usage. |
|
IVsOutputWindow |
Manages and controls functions specific to the Output tool window that has multiple panes. |
|
IVsOutputWindow2 |
Provides information about the active pane in of the OutputWindow. Extends, but does not inherit from, IVsOutputWindow. Implemented by the environment. You can get an instance of the interface by querying IVsOutputWindow. |
|
IVsOutputWindow3 |
Extension to the [IVsOutputWindow] interface. |
|
IVsOutputWindowPane |
Allows a VSPackage to manipulate a particular Output window pane. |
|
IVsOutputWindowPane2 |
Writes a string to the output window, and also creates an entry in the Error List. |
|
IVsOwnedProjectFactory |
Used by projects that support being aggregated by an Owner to persist the OwnerKey in their project file. |
|
IVsPackage |
Initializes a VSPackage in the environment and makes its services available to the environment. |
|
IVsPackage2 |
Makes properties of a VSPackage available. |
|
IVsPackageDynamicToolOwner |
Enables a package to have its own tool windows dynamically shown or hidden. You can get an instance of the interface from the SIVsPackageDynamicToolOwner (SID_SVsPackageDynamicToolOwner) service. |
|
IVsPackageDynamicToolOwnerEx |
Enables dynamic control of ToolWindow visibility. Extends, but does not inherit from, IVsPackageDynamicToolOwner. This interface can control how many instances are shown. |
|
IVsParentHierarchy |
Infrastructure. Unsupported interface. Do not use. |
|
IVsParentProject |
Allows nested projects to be opened and closed in the proper sequence with the build of the solution hierarchy by the environment. |
|
IVsParentProject2 |
Creates nested projects. You can get an instance of the interface by querying an instance of IVsHierarchy. |
|
IVsParseCommandLine |
Parses command line arguments for implementers of IOleCommandTarget. You can get an instance of the interface from the SVsParseCommandLine (SID_SVsParseCommandLine) service. |
|
IVsParseCommandLine2 |
Parses command line arguments for implementers of IOleCommandTarget. Extends but does not inherit from IVsParseCommandLine. Adds a method to support auto completion. You can get an instance of the interface from the SVsParseCommandLine (SID_SVsParseCommandLine) service. |
|
IVsPathVariableResolver |
Encodes or decodes file paths using Visual Studio-specific variables for common path elements. This supports storing file paths in a machine independent format with the vssettings files. You can get an instance of the interface from the SVsPathVariableResolver (SID_SVsPathVariableResolver) service. |
|
IVsPerPropertyBrowsing |
IVsPerPropertyBrowsing is used to perform custom edits for localization on some properties displayed in the Properties window. |
|
IVsPersistDocData |
Enables persistence functionality for document data managed by the text buffer. |
|
IVsPersistDocData2 |
Enables persistence functionality for document data managed by the text buffer. |
|
IVsPersistDocData3 |
Tells the data document (object implementing IVsPersistDocData) whether or not to release its storage for closing or reloading. Extends, but does not inherit from, IVsPersistDocData. |
|
IVsPersistHierarchyItem |
Provides persistence to hierarchy items. |
|
IVsPersistHierarchyItem2 |
Provides persistence to hierarchy items. |
|
IVsPersistSolutionOpts |
Provides access to user-specific options in the user options file associated with the solution. |
|
IVsPersistSolutionProps |
Enables VSPackages to write non-user-specific solution properties into the solution .sln file. |
|
IVsPersistSolutionProps2 |
Supports saving solution properties in a solution (.sln) file by providing a method called when solution loading fails. Implemented by the package. Extends but does not inherit from IVsPersistSolutionProps. |
|
IVsPreviewChangesEngine |
Enables previewing before applying changes made by a given engine. Implemented by the refactoring engine. |
|
IVsPreviewChangesList |
Represents a list of items in the changes tree of the Preview Changes tool window. |
|
IVsPreviewChangesService |
Displays the PreviewChanges dialog box used in refactoring code. You can get an instance of the interface from the SVsPreviewChangesService (SID_SVsPreviewChangesService) service. |
|
IVsPrioritizedSolutionEvents |
Defines high priority event methods for a solution. |
|
IVsProfferCommands3 |
Adds, finds, renames, and removes commands from the user interface. |
|
IVsProfferCommands4 |
Adds, finds, renames, and removes commands from the user interface. |
|
IVsProfileDataManager |
Provides access to the profile manager and to programmatic control of settings. You can get an instance of the interface from the SVsProfileDataManager (SID_SVsProfileDataManager) service. |
|
IVsProfileSettingsFileCollection |
Infrastructure. |
|
IVsProfileSettingsFileInfo |
Infrastructure. |
|
IVsProfileSettingsTree |
Infrastructure. |
|
IVsProfilesManagerUI |
Infrastructure. Internal interface to allow communication between native and managed code. |
|
IVsProject |
Manages items, or documents, within a project. |
|
IVsProject2 |
Provides the ability to remove and reopen items in a project, in addition to the methods in the IVsProject interface. |
|
IVsProject3 |
Provides the ability add or open a project item with a specific editor and to transfer an item to another project, in addition to the methods in the IVsProject2 interface. |
|
IVsProject4 |
|
|
IVsProjectBuildSystem |
Provides access to the MSBuild system objects. Enables putting the build system into batch mode to control commitment of changes. You get an implementation of the interface when you create a VSPackage. |
|
IVsProjectCfg |
Provides access to project configuration information. |
|
IVsProjectCfg2 |
Provides support for grouping output based on the configuration, in addition to the methods in the IVsProjectCfg interface. |
|
IVsProjectCfgProvider |
Provides access to project configuration information. |
|
IVsProjectDataConnection |
Provides a data connection for the debugger. Used when stepping through a SQL document. |
|
IVsProjectDebugTargetProvider |
Gets information about a debug target, a file launched in the debugger. Implemented in projects that want to control launching of the debugger. You must register your implementation using IVsRegisterProjectDebugTargetProvider. |
|
IVsProjectDeployDependency |
Provides information about project-to-project dependencies. Implemented by a project system that supports producing builds. Inherits from IVsDeployDependency. |
|
IVsProjectFactory |
Creates projects within the solution. |
|
IVsProjectFactory2 |
Provides a method indicating whether the environment can open the project asynchronously. Extends, but does not inherit from, IVsProjectFactory. |
|
IVsProjectFlavorCfg |
The project subtype configuration object implements IVsProjectFlavorCfg to give the project subtype access to various configuration interfaces. |
|
IVsProjectFlavorCfgOutputGroups |
Gives a project subtype access to the content of the project output group. IVsProjectFlavorCfgOutputGroups interface also allows the project subtype to influence the project's ability to group outputs according to usage. |
|
IVsProjectFlavorCfgProvider |
Functions as the factory for the project subtype's configuration objects. |
|
IVsProjectFlavorReferences |
Gives a project subtype (flavor) control over references and of being referenced. |
|
IVsProjectFlavorReferences2 |
|
|
IVsProjectFlavorUpgradeViaFactory |
Upgrades flavored projects using a project factory. |
|
IVsProjectResources |
Manages resource (.RESX) files for .NET Designers. Most often used to manage localized resources. You can get an instance of the interface by querying IVsHierarchy. |
|
IVsProjectServerHost |
Enables a project to start or stop its hosted server. |
|
IVsProjectSpecialFiles |
Enables you to query the project for special files, such as web configuration or license files, and, optionally, to create them. |
|
IVsProjectSpecificEditorMap |
Implemented by projects to support placing a project-specific editor in the Open With dialog box, or to indicate which editor or language service should be associated with a file type. |
|
IVsProjectSpecificEditorMap2 |
Implemented by projects to support placing a project-specific editor in the Open With dialog box, or to indicate which editor or language service should be associated with a file type. |
|
IVsProjectStartupServices |
Enables project extensibility by other developers. |
|
IVsProjectTextImageProvider |
Opens or close IVsTextImage interfaces for files. Often used to enable Find and Replace on non-local files. Frequently used with Web files. Your implementation should make itself available through querying IVsHierarchy. |
|
IVsProjectUpgrade |
Implemented by project objects that need to upgrade project file formats between different versions of Visual Studio. |
|
IVsProjectUpgradeViaFactory |
Upgrade the project using the project factory. Used by the solution before opening the project. This interface must be available through querying the project factory. |
|
IVsProjectUpgradeViaFactory2 |
Extends, but does not inherit from, IVsProjectUpgradeViaFactory by providing a method to call on cancellation of the project upgrade. |
|
IVsProjectUpgradeViaFactory3 |
|
|
IVsPropertyBrowser |
Gets and sets the state of the property browser. Implemented by the environment. |
|
IVsPropertyFileIn |
Reads a file containing property names and values. Inherits from IVsPropertyStreamIn. Returned by the OpenExisting method of the IVsStructuredFileIO interface. |
|
IVsPropertyFileOut |
Writes out a file of property names and values. Extends an inherits from IVsPropertyStreamOut. Returned by the CreateNew method of the IVsStructuredFileIO interface. |
|
IVsPropertyPage |
Implemented by VSPackages on IPropertyPage objects to show categorized property pages in the property frame. |
|
IVsPropertyPage2 |
Provides for getting and setting property values on the property page. Extends, but does not inherit from, IVsPropertyPage. |
|
IVsPropertyPageFrame |
Changes the initial display of the property page in the Properties window. You can get an instance of the interface from the SVsPropertyPageFrame (SID_SVsPropertyPageFrame) service. |
|
IVsPropertyPageNotify |
Tells the environment that a property page wants notification when it is visible. Optional interface for implementers of IVsPropertyPage. |
|
IVsPropertyStreamIn |
Reads a property name, type, and value from a stream. Implemented by the environment and used with the IVsStructuredFileIOHelper interface. |
|
IVsPropertyStreamOut |
Writes out a property's name and its value. Also provides transaction-like handling for output. Implemented by the environment. Used with the IVsStructuredFileIOHelper interface. |
|
IVsProvideComponentEnumeration |
Writes an XML document in a string out to a file. A support interface for enumerator interfaces. You can get an instance of this interface from the SCompEnumService (SID_SCompEnumService) service. |
|
IVsProvideTargetedToolboxItems |
Provide toolbox from new frameworks. This allows existing packages to provide updated content from new frameworks. |
|
IVsProvideUserContext |
Provides context for an item in a selection container. |
|
IVsProvideUserContext2 |
Enables an object to provide a user context and a priority. Extends, but does not inherit from, IVsProvideUserContext. |
|
IVsProvideUserContextForObject |
Retrieves the user context interface, IVsUserContext for a given object. A user context provides things such as the text for a search or a help keyword. |
|
IVsPublishableProjectCfg |
Enables a project to control its publication. Publication includes such things as moving the project to a file server or a Web site. |
|
IVsPublishableProjectStatusCallback |
Defines methods for controlling and reporting on publication of a project. Implemented by the environment. |
|
IVsQueryDebuggableProjectCfg |
Responds to queries about how the project would launch the debugger. An optional interface implemented on the project configuration object by projects that can be start projects. |
|
IVsQueryEditQuerySave2 |
Indicates to the environment or source control package that a file is about to be changed in memory or saved. |
|
IVsQueryEditQuerySave3 |
Indicates to the environment or source control package that a file is about to be changed in memory or saved. |
|
IVsRefactorNotify |
Notifies code generators about the occurrence of refactoring operations. |
|
IVsRegisterDataSourceFactories |
Registers data source factories for the shell. |
|
IVsRegisterEditors |
Registers and unregisters editors in the environment. |
|
IVsRegisterNewDialogFilters |
Installs custom filters for the AddNewProject or AddNewItem dialogs. You can get an instance of the interface from the SVsRegisterNewDialogFilters (SID_SVsRegisterNewDialogFilters) service. |
|
IVsRegisterPriorityCommandTarget |
Used by a package to register itself as a high priority command handler. This allows the package to see all comands. You can use this to simplify the environment by hiding parts of the command structure. You can get an instance of this interface from the SVsRegisterPriorityCommandTarget (SID_SVsRegisterPriorityCommandTarget) service. |
|
IVsRegisterProjectDebugTargetProvider |
Maintains a linked list of debug target providers (IVsProjectDebugTargetProvider). You can get an instance of the interface from the SVsRegisterDebugTargetProvider (SID_SVsRegisterProjectDebugTargetProvider) service. |
|
IVsRegisterProjectTypes |
Registers a VSPackage project type in the environment. |
|
IVsRegisterScciProvider |
This interface is used to register the source control package with Visual Studio. |
|
IVsRegisterUIFactories |
Registers user interface factories. |
|
IVsRelativePathResolver |
Allows packages to resolve a relative path to an absolute path when IVsUIShellOpenDocument::SearchProjectsForRelativePath is called. |
|
IVsResourceManager |
Loads managed and unmanaged resources from Satellite DLLs. |
|
IVsResourceManager2 |
|
|
IVsResourceView |
Infrastructure. |
|
IVsRunningDocTableEvents |
Implements methods that fire in response to changes to documents in the Running Document Table (RDT). |
|
IVsRunningDocTableEvents2 |
Implements methods that fire in response to changes to documents in the Running Document Table (RDT). |
|
IVsRunningDocTableEvents3 |
Implements methods that fire in response to changes to documents in the Running Document Table (RDT). |
|
IVsRunningDocTableEvents4 |
Implements methods that fire in response to changes to documents in the Running Document Table (RDT). |
|
IVsRunningDocumentTable |
Manages the set of currently open documents in the environment. |
|
IVsRunningDocumentTable2 |
Represents the running document table (RDT) and provides additional functionality beyond the IVsRunningDocumentTable interface. |
|
IVsSaveOptionsDlg |
Shows a dialog box from which to choose additional save format options from within the Save As dialog box. |
|
IVsSccAddWebProjectFromSourceControl |
This interface adds a Web-based project to the current solution from source control. |
|
IVsSccControlNewSolution |
Adds a newly created solution automatically to source control. . |
|
IVsSccEnlistmentPathTranslation |
Used by the solution to translate project paths. |
|
IVsSccGlyphs |
Allows full customization of source control glyphs. |
|
IVsSccManager2 |
Allows projects and hierarchies to register themselves with source control and obtain information on source control status. |
|
IVsSccManagerTooltip |
This interface provides access to source control data to construct the ToolTip text in Solution Explorer. |
|
IVsSccOpenFromSourceControl |
Adds items to an enlistment directly from source code control. |
|
IVsSccProject2 |
Implemented in a project system to provide source control for project files and project items. |
|
IVsSccProjectEnlistmentChoice |
Indicates the choices a user will be given by a project when a project is retrieved from source control, otherwise known as enlisting in a project. |
|
IVsSccProjectEnlistmentFactory |
Provides a browse dialog box in which the user can select where a project under source control is to be saved. |
|
IVsSccProjectProviderBinding |
Allows a project type to force the choice of a particular source control package. |
|
IVsSccProvider |
Toggles the current activity status of the provider. |
|
IVsSccToolsOptions |
Retrieves and updates various options associated with source control. |
|
IVsSccVirtualFolders |
Gets a list of virtual folders within a project. |
|
IVsSelectedSymbol |
Provides the name and navigation information (library name, and so on) for a single symbol. An element in an IVsSelectedSymbols collection. |
|
IVsSelectedSymbols |
A collection of IVsSelectedSymbol interfaces that provide name and navigation information about symbols in a selection. You can get an instance of this interface from the SVsClassView (SID_SVsClassView) service or SVsObjBrowser (SID_SVsObjBrowser) service for class view or the object browser. |
|
IVsSelectionEvents |
Notifies registered VSPackages of changes to the current selection, element value, or command UI context. |
|
IVsSetTargetFrameworkWorkerCallback |
|
|
IVsSettingsErrorInformation |
Infrastructure. |
|
IVsSettingsManager |
|
|
IVsSettingsReader |
Provides read access to configuration information stored in the Visual Studio settings file. |
|
IVsSettingsStore |
|
|
IVsSettingsWriter |
Infrastructure. Provides VSPackages a mechanism for storing configuration information in the Visual Studio settings file. |
|
IVsShell |
Provides access to the fundamental environment services, specifically those dealing with VSPackages and the registry. |
|
IVsShell2 |
Supplies shell services in addition to the IVsShell interface. |
|
IVsShell3 |
Supplies shell services in addition to the IVsShell interface. |
|
IVsShell4 |
|
|
IVsShellPropertyEvents |
Implemented by clients of ShellPropertyChangeEvents. |
|
IVsSimpleBrowseComponentSet |
Populates the component set with browsable components, such as Visual Studio projects, external .NET Framework components and type (.tlb) libraries. |
|
IVsSimpleDocFactory |
Creates a doc data object from a given file and returns the requested interface of the document. The environment supplies a default implementation. |
|
IVsSimpleLibrary2 |
A simplified version of the IVsLibrary2 interface. |
|
IVsSimpleObjectList2 |
A simplified version of the IVsObjectList2 interface. |
|
IVsSimplePreviewChangesList |
This is a simplified version of the IVsPreviewChangesList interface. |
|
IVsSingleFileGenerator |
Transforms a single input file into a single output file that can be compiled or added to a project. Any COM component that implements the IVsSingleFileGenerator is a custom tool. |
|
IVsSingleFileGeneratorFactory |
Manipulates the generator prog ID for a single type of file. |
|
IVsSmartOpenScope |
Opens an existing assembly and maps the assembly's metadata to memory. The interface provides smart opening, automatically choosing between opening the scope with or without locking. You can get an instance of this interface using the SVsSmartOpenScope (SID_SVsSmartOpenScope) service. |
|
IVsSolution |
Provides top-level manipulation or maintenance of the solution. |
|
IVsSolution2 |
Provides top-level manipulation or maintenance of the solution. |
|
IVsSolution3 |
Creates, updates, and saves project files. |
|
IVsSolution4 |
Provides methods for managed loading of the projects in a solution. |
|
IVsSolutionBuildManager |
Allows solutions to manage configuration information. |
|
IVsSolutionBuildManager2 |
Allows solutions to manage configuration information. |
|
IVsSolutionBuildManager3 |
Provides access to IVsUpdateSolutionEvents3 events. |
|
IVsSolutionBuildManager4 |
|
|
IVsSolutionEvents |
Listening interface that monitors any notifications of changes to the solution. |
|
IVsSolutionEvents2 |
Listening interface that monitors any notifications of changes to the solution. |
|
IVsSolutionEvents3 |
Listening interface that monitors any notifications of changes to the solution. |
|
IVsSolutionEvents4 |
Listening interface that monitors any notifications of changes to the solution. |
|
IVsSolutionEventsProjectUpgrade |
Provides a method called after the upgrade of a project. |
|
IVsSolutionLoadEvents |
Implemented by clients interested in solution events. Subscribe to these events via AdviseSolutionEvents. |
|
IVsSolutionLoadManager |
Controls the loading of projects in a solution. Extenders can use this interface to set the load priority of projects or types of projects. |
|
IVsSolutionLoadManagerSupport |
Provides support for managing the way projects in a solution are loaded. |
|
IVsSolutionLogger |
|
|
IVsSolutionPersistence |
Facilitates writing package-specific properties and options into the solution file (.sln), and, conversely, the loading of properties and options from the file. |
|
IVsSpecifyProjectDesignerPages |
Supports editing project properties with an editor (project designer) rather than through the Project Properties dialog. Implemented on the browse object of the project instead of ISpecifyPropertyPages. |
|
IVsSQLCLRReferences |
Manages references to SQL procedures compiled into assemblies. Handles the AddNewReference dialog as well as coordinating the local cache and SQL Server. You can get an instance of the interface from the SVsSQLCLRReferences (SID_SVsSQLCLRReferences) service. |
|
IVsSQLCLRReferencesUpdateCallback |
Defines the callback function for reporting changes in SQL procedures compiled into assemblies. |
|
IVsStartPageDownload |
Infrastructure. |
|
IVsStatusbar |
Provides access to the environment's status bar. |
|
IVsStatusbarUser |
Used to define each user of the status bar. |
|
IVsStringMap |
|
|
IVsStrongNameKeys |
Provides common strong name key utility methods. You can get an instance of this interface from the SVsStrongNameKeys (SID_SVsStrongNameKeys) service. |
|
IVsStructuredFileIO |
Provides a common way to perform multi-format saves. You can get an instance of the interface from the SVsStructuredFileIO (SID_SVsStructuredFileIO) service. |
|
IVsStructuredFileIOHelper |
Enables substitution of localized strings for tokens found in persisted files. |
|
IVsSupportCodeDefView |
Indicates that the implementing doc data object supports the CodeDefinitionView window. |
|
IVsSupportItemHandoff |
Supports transferring an item from one project to another. This interface is implemented by the project that is transferring the item. |
|
IVsSupportItemHandoff2 |
Gives the receiver project a chance to do any necessary processing of the document to be handed off. |
|
IVsSwatchClient |
Enables creation of custom, owner-drawn swatch controls (color pickers) on menus. For advanced clients. |
|
IVsSymbolicNavigationManager |
|
|
IVsSymbolicNavigationNotify |
Facilitates redirection of Goto Definition on a code symbol. |
|
IVsTargetFrameworkAssemblies |
Provides base support for targeting multiple framework versions. |
|
IVsTaskItem |
Provides methods for modifying task behavior. |
|
IVsTaskItem2 |
Provides methods for modifying task behavior. |
|
IVsTaskItem3 |
Adds content to the TaskList window. |
|
IVsTaskList |
Manages lists of task items supplied by task providers. |
|
IVsTaskList2 |
Manipulates items in the TaskList window. Implemented by the environment, although you can write your own implementation to provide custom task items. |
|
IVsTaskListEvents |
Provides an event set for events related to the task list. |
|
IVsTaskProvider |
Supplies tasks to the task list. |
|
IVsTaskProvider2 |
Supplies tasks to the task list. |
|
IVsTaskProvider3 |
Supports adding content to the Task View window. Defines the provider of information along with manipulating the window columns. |
|
IVsTestLog |
Infrastructure. |
|
IVsTextBufferProvider |
Enables a DocData object to delegate text buffer (IVsTextLines) implementation. |
|
IVsTextOut |
Exposes the core editor's unicode text measurement and display methods. Implemented by the environment. |
|
IVsThreadedWaitDialog |
Shows a dialog used while waiting for an action to end. The dialog is displayed on a separate, background thread to allow the environment to appear responsive even when busy. You can get an instance of this interface from the SVsThreadedWaitDialog (SID_SVsThreadedWaitDialog) service. |
|
IVsThreadedWaitDialog2 |
|
|
IVsThreadedWaitDialogFactory |
|
|
IVsThreadPool |
Manages background operations in the environment. |
|
IVsThreadSafeCommandWindow |
Posts commands that are handled on the main thread, which then calls the regular handlers. |
|
IVsToolbarTrayHost |
|
|
IVsToolbox |
Used to manage the Toolbox. |
|
IVsToolbox2 |
Used to manage the Toolbox. |
|
IVsToolbox3 |
Provides persistence and localization support for a Toolbox. Extends, but does not inherit from, IVsToolbox2. You can get an instance of the interface from the SVsToolbox (SID_SVsToolbox) service. |
|
IVsToolbox4 |
Provides persistence and localization support for a Toolbox. Extends, but does not inherit from, IVsToolbox3. You can get an instance of the interface from the SVsToolbox (SID_SVsToolbox) service. |
|
IVsToolbox5 |
|
|
IVsToolboxActiveUserHook |
Provides support for intercepting and modifying Toolbox interactions, including drag and drop. |
|
IVsToolboxClipboardCycler |
Provides support for the clipboard ring to document windows and tool windows. |
|
IVsToolboxDataProvider |
Requests information from data providers regarding the data objects that they support. |
|
IVsToolboxDataProvider2 |
Provides support for additional Toolbox features. In particular, IVsToolboxDataProvider2 is used to implement Toolbox persistence through the vssettings feature. Users will save and retrieve such information through the Import/Export Settings command, found on the IDE's Tools menu. |
|
IVsToolboxDataProviderRegistry |
Registers a Toolbox data provider. Used to register a Toolbox data provider. |
|
IVsToolboxItemProvider |
|
|
IVsToolboxPageChooser |
|
|
IVsToolboxUser |
Sends notification about Toolbox items to the owner of these items. |
|
IVsToolsOptions |
Manages a Tools Options dialog box. The environment implements this interface. |
|
IVsToolWindowFactory |
Provides VSPackages the ability to create multiple tool windows. |
|
IVsToolWindowToolbar |
Returns the border information and sets the border space for a tool window. Implementers do not need to implement or call this interface. |
|
IVsToolWindowToolbarHost |
Provides control over features pertaining to a tool window toolbar. |
|
IVsToolWindowToolbarHost2 |
|
|
IVsTrackBatchRetargetingEvents |
|
|
IVsTrackProjectDocuments2 |
Used by projects to query the environment for permission to add, remove, or rename a file or directory in a solution. |
|
IVsTrackProjectDocuments3 |
This interface allows for batch processing, coordination of locks on files, and an advanced OnQueryAddFiles method. |
|
IVsTrackProjectDocumentsEvents2 |
Notifies clients of changes made to project files or directories. |
|
IVsTrackProjectDocumentsEvents3 |
Receives calls made to the IVsTrackProjectDocuments3 interface. It provides support for batch-processing queries and for coordination of file access. |
|
IVsTrackProjectRetargeting |
|
|
IVsTrackProjectRetargetingEvents |
|
|
IVsTrackSelectionEx |
Notifies the environment of a change in the current selection and provides access to hierarchy and item information relating to the new selection. |
|
IVsTypeLibraryWrapper |
Infrastructure. This interface is implemented by all wrapping tools. |
|
IVsTypeLibraryWrapperBatchSupport |
Wraps types in batch mode and processes them for a specific application domain. |
|
IVsTypeLibraryWrapperCallback |
Infrastructure. Allows the wrapper tools to communicate back to the project system and retrieve already existing wrappers for a given type library. |
|
IVsUIAccelerator |
|
|
IVsUICollection |
|
|
IVsUICollectionChangeEvents |
|
|
IVsUIDataConverter |
|
|
IVsUIDataConverterManager |
|
|
IVsUIDataSource |
|
|
IVsUIDataSourcePropertyChangeEvents |
|
|
IVsUIDispatch |
|
|
IVsUIDynamicCollection |
|
|
IVsUIElement |
|
|
IVsUIElementPane |
|
|
IVsUIEnumDataSourceProperties |
|
|
IVsUIEnumDataSourceVerbs |
|
|
IVsUIEventSink |
|
|
IVsUIFactory |
|
|
IVsUIHierarchy |
Redirects commands you invoke to the appropriate hierarchy window instead of the standard command handler. |
|
IVsUIHierarchyWindow |
Implemented by the environment to display the hierarchies that VSPackages write. |
|
IVsUIHierarchyWindow2 |
Implemented by the environment to display the hierarchies that VSPackages write. |
|
IVsUIHierWinClipboardHelper |
Coordinates clipboard operations between hierarchies in a UI hierarchy window. |
|
IVsUIHierWinClipboardHelperEvents |
Provides clipboard notifications to the source hierarchy in a cut or copy operation. |
|
IVsUIObject |
|
|
IVsUIShell |
This interface provides access to basic windowing functionality, including access to and creation of tool windows and document windows. Provides access to basic windowing functionality, including access to and creation of tool windows and document windows, provided by the environment. |
|
IVsUIShell2 |
Extends the functionality of the IVsUIShell interface by providing access to additional window functionalities. |
|
IVsUIShell3 |
Extends the functionality of the IVsUIShell interface by providing access to additional window functionalities. |
|
IVsUIShell4 |
|
|
IVsUIShellDocumentWindowMgr |
Saves and retrieves from a stream, window position, editor type, and view for all active windows. Implemented by the environment. Rarely used. |
|
IVsUIShellOpenDocument |
Controls the state of open documents within the environment. |
|
IVsUIShellOpenDocument2 |
Provides the list of default document previewers. Implemented by the Environment. Extends, but does not inherit from IVsUIShellOpenDocument. |
|
IVsUISimpleDataSource |
|
|
IVsUIWin32Bitmap |
|
|
IVsUIWin32Element |
|
|
IVsUIWin32Icon |
|
|
IVsUIWin32ImageList |
|
|
IVsUIWpfElement |
|
|
IVsUIWpfLoader |
|
|
IVsUpdateSolutionEvents |
Implemented by VSPackages to sink build events for solution and project builds. |
|
IVsUpdateSolutionEvents2 |
Implemented by VSPackages to sink build events for solution and project builds. |
|
IVsUpdateSolutionEvents3 |
Defines events for changes in the solution configuration. Extends, but does not inherit from, IVsUpdateSolutionEvents2 and IVsUpdateSolutionEvents. To monitor these events, implement the interface and use it as an argument of the AdviseUpdateSolutionEvents3 method of IVsSolutionBuildManager3. |
|
IVsUpgradeBuildPropertyStorage |
Upgrades build-related information in a project file. |
|
IVsUpgradeLogger |
Reports errors and informational messages. |
|
IVsUserContext |
Manages attributes and keywords (context and subcontext) in the context or subcontext bag. |
|
IVsUserContextCustomize |
Provides information about the extent of the context for keyword searches. |
|
IVsUserContextItem |
Describes the F1Help context of an item. Member of a IVsUserContextItemCollection. |
|
IVsUserContextItemCollection |
Maintains an indexed collection of context items (IVsUserContextItem) for use in context-sensitive help. |
|
IVsUserContextItemEvents |
Defines the method called when there are context-sensitive Help items available. Implement this interface and pass it to the AdviseContextItemEvents of the IVsMonitorUserContext interface to receive event notification. |
|
IVsUserContextItemProvider |
Defines a provider of context-sensitive Help items. Implement your provider and register it with the RegisterItemProvider method of the IVsMonitorUserContext interface. |
|
IVsUserContextUpdate |
Allows you to update the context bag when an update notification is received. |
|
IVsUserSettings |
Interface implemented by VSPackages needing their state information persisted by the Visual Studio settings mechanism. |
|
IVsUserSettingsMigration |
Migrates user settings. |
|
IVsUserSettingsQuery |
Allows a VSPackage to indicate if its settings need to be saved or not. |
|
IVsVba |
|
|
IVsWebAppMigration |
Provides methods to migrate web projects. |
|
IVsWebBrowser |
Manipulates a Web browser. Returned by the CreateWebBrowser method of the IVsWebBrowsingService interface. You can get an instance of the IVsWebBrowsingService interface from the SVsWebBrowsingService (SID_SVsWebBrowsingService) service. |
|
IVsWebBrowserUser |
Provides a way for clients of IVsWebBrowsingService to control the hosted Web browser control. |
|
IVsWebBrowserUser2 |
Enables a client of IVsWebBrowsingService to proffer services to the hosted browser control. Extends, but does not inherit from, IVsWebBrowserUser. |
|
IVsWebBrowsingService |
Enables a package to create and control a Web browsing session. You can get an instance of this interface from the SVsWebBrowsingService (SID_SVsWebBrowsingService) service. |
|
IVsWebFavorites |
Enables a package to add to a user's Favorites list. You can get an instance of the interface from the SVsWebFavorites (SID_SVsWebFavorites) service. |
|
IVsWebMigration |
|
|
IVsWebMigrationService |
|
|
IVsWebPreview |
Enables a package to show a preview of a Web page, typically in a child window. You can get an instance of the interface from the SVsWebPreview (SID_SVsWebPreview) service. |
|
IVsWebPreviewAction |
Defines methods to be called in response to Web preview events. Implement the interface and use it with the Web preview methods PreviewURL and PreviewURLEx of the IVsWebPreview interface. |
|
IVsWebProject |
Implemented by web project objects that want to use the IVsAddNewWebProjectItemDlg interface. |
|
IVsWebProxy |
Web proxy service interface. |
|
IVsWebService |
Represents a single Web service proffered by a project. Managed as part of a collection of Web services held by IVsWebServiceProvider. |
|
IVsWebService3 |
|
|
IVsWebServiceEndpoint |
|
|
IVsWebServiceEvents |
Defines events called when a Web service is removed, renamed, or changed. Used as an argument to the AdviseWebServiceEvents method of the IVsWebService interface. |
|
IVsWebServiceProvider |
Maintains a collection of Web services (IVsWebService) and calls appropriate methods on events. |
|
IVsWebServiceProviderDebug |
|
|
IVsWebServiceProviderEvents |
Defines methods called when Web services are added or removed from the Web service provider collection. Used as an argument in the AdviseWebServiceProviderEvents method of the IVsWebServiceProvider interface. |
|
IVsWebURLMRU |
Enables a package to add a URL to the most recently used (MRU) list of URLs and to get a list of all of the URLs in the MRU list. You can get an instance of the interface from the SVsWebURLMRU (SID_SVsWebURLMRU) service. |
|
IVsWindowFrame |
Provides access to behaviors and properties of environment window frames, for both tool and document windows. |
|
IVsWindowFrame2 |
Enables a window frame to send notifications to anyone who wants to be notified of IVsWindowFrameNotify events |
|
IVsWindowFrame3 |
|
|
IVsWindowFrameNotify |
Notifies a package of changes to one of its window frames. Superceded by IVsWindowFrameNotify3. |
|
IVsWindowFrameNotify2 |
Notifies clients when a window frame is closed. |
|
IVsWindowFrameNotify3 |
Notifies a VSPackage when changes are made to one of its window frames. |
|
IVsWindowFrameSwitcher |
|
|
IVsWindowPane |
Provides basic window pane functionality. |
|
IVsWindowPaneCommit |
Allows a window to commit pending edits in a control with focus before another command is invoked. |
|
IVsWindowPaneCommitFilter |
Enables interception of a command that would commit changes before committing the changes. |
|
IVsWindowView |
Controls part of the client area in a window. One of several interfaces you can implement on the the DocView or ViewHelper object to override other interfaces. Rarely used. |
|
IVsWritableSettingsStore |
|
|
IVsXMLMemberData |
Extracts information about a member from an XML representation. Returned by the GetMemberDataFromXML method of the IVsXMLMemberIndexService interface. You can get an instance of that interface from the SVsXMLMemberIndexService (SID_SVsXMLMemberIndexService) service. |
|
IVsXMLMemberData3 |
Extracts information about a member from an XML representation. Extends, but does not inherit from, IVsXMLMemberData. Query an object returning IVsXMLMemberData to see if it supports IVsXMLMemberData3. |
|
IVsXMLMemberDataCallBack |
Provides the display name for a member in XML documentation representing metadata. |
|
IVsXMLMemberDataRegisterCallBack |
Registers an IVsXMLMemberDataCallBack interface. |
|
IVsXMLMemberIndex |
Creates an index of members in XML documents corresponding to metadata files. Implemented by the environment. Returned by the CreateXMLMemberIndex method of the IVsXMLMemberIndexService interface. |
|
IVsXMLMemberIndexService |
Enables access to XML documentation corresponding to given metadata files. You can get an instance of the interface from the SVsXMLMemberIndexService (SID_SVsXMLMemberIndexService) service. |
|
IWebApplicationCtxSvc |
Sets up the IntelliSense infrastructure for a file by returning an IServiceProvider interface you can use with the file. You can get an instance of the interface from the SWebApplicationCtxSvc (SID_SWebApplicationCtxSvc) service. |
|
IWebClassLibProject |
|
|
IWebClassLibProjectEvents |
|
|
IWebClassLibProjectSvc |
|
|
IWebFileCtxService |
Prepares the IntelliSense infrastructure for a given assembly file. You can get an instance of the interface from the SWebFileCtxService (SID_SWebFileCtxService) service. |
|
SApplicationObject |
Passed to GetService to return a reference to the DTE object. |
|
SBuilderWizardManager |
|
|
SCodeNavigate |
Passed to GetService to return a reference to ICodeNavigate. |
|
SCompEnumService |
Passed to GetService to return a reference to an IVsProvideComponentEnumeration interface. |
|
SDirList |
Passed to the QueryService method to return a reference to the IDirList interface. |
|
SDTE |
|
|
SExtendedTypeLib |
Passed to GetService to return a reference to IExtendedTypeLib. |
|
SExtensionManager |
|
|
SIVsPackageDynamicToolOwner |
Passed to GetService to return a reference to IVsPackageDynamicToolOwner. |
|
SLicensedClassManager |
Passed to GetService to return a reference to ILicensedClassManager. |
|
SLocalRegistry |
Passed to GetService to return a reference to the ILocalRegistry and ILocalRegistry2 interfaces. |
|
SOleComponentUIManager |
Passed to GetService to return a reference to an IOleComponentUIManager or IOleInPlaceComponentUIManager interface. |
|
SOleInPlaceComponent |
Passed to GetService to return a reference to IOleInPlaceComponent. |
|
SOleInPlaceComponentSite |
Passed to GetService to return a reference to IOleInPlaceComponentSite. |
|
SProfferService |
Passed to GetService to return a reference to IProfferService. |
|
SProfferTypeLib |
Passed to GetService to return a reference to IProfferTypeLib. |
|
STrackSelection |
Passed to GetService to return a reference to ITrackSelection. |
|
SUIHostCommandDispatcher |
Passed to GetService to return a reference to IOleCommandTarget. |
|
SUIHostLocale |
Passed to GetService to return a reference to IUIHostLocale. |
|
SVsActivityLog |
Passed to GetService to return a reference to the IVsActivityLog interface. |
|
SVsAddProjectItemDlg |
Passed to GetService to return a reference to IVsAddProjectItemDlg. |
|
SVsAddWebReferenceDlg |
Passed to GetService to return a reference to IVsAddWebReferenceDlg. |
|
SVsAppCommandLine |
Passed to GetService to return a reference to IVsAppCommandLine. |
|
SVsAssemblyNameUnification |
|
|
SVsBuildManagerAccessor |
The service with which to get the IVsBuildManagerAccessor. |
|
SVsCallBrowser |
Passed to GetService to return a reference to the IVsCallBrowser interface. |
|
SVsClassView |
Passed to GetService to return a reference to IVsClassView. |
|
SVsCmdNameMapping |
Passed to GetService to return a reference to IVsCmdNameMapping. |
|
SVsCodeDefView |
Passed to GetService to return a reference to the IVsCodeDefView interface. |
|
SVsCodeShareHandler |
Passed to GetService to return a reference to IVsCodeShareHandler. |
|
SVsCommandWindow |
Passed to GetService to return a reference to IVsCommandWindow or IVsCommandWindow2. |
|
SVsCommandWindowsCollection |
Passed to GetService to return a reference to the IVsCommandWindowsCollection interface. |
|
SVsCommonMessagePumpFactory |
|
|
SVsComplusLibrary |
Passed to GetService to return a reference to IVsLibraryReferenceManager. |
|
SVsComponentModelHost |
|
|
SVsComponentSelectorDlg |
Passed to GetService to return a reference to IVsComponentSelectorDlg. |
|
SVsComponentSelectorDlg2 |
Passed to GetService to return a reference to the IVsComponentSelectorDlg2 interface. |
|
SVsConfigurationManagerDlg |
Passed to GetService to return a reference to the IVsConfigurationManagerDlg interface. |
|
SVsCreateAggregateProject |
Passed to GetService to return a reference to the IVsCreateAggregateProject interface. |
|
SVsDataObjectStringMapManager |
|
|
SVsDataSourceFactory |
|
|
SVsDebuggableProtocol |
Passed to GetService to return a reference to IVsDebuggableProtocol. |
|
SVsDebugLaunch |
Passed to GetService to return a reference to IVsDebugLaunch. |
|
SVsDesignTimeAssemblyResolution |
|
|
SVsDetermineWizardTrust |
|
|
SVsDiscoveryService |
Passed to GetService to return a reference to IVsDiscoveryService. |
|
SVsEnumHierarchyItemsFactory |
Passed to GetService to return a reference to IVsEnumHierarchyItemsFactory. |
|
SVsErrorList |
Passed to GetService to return a reference to IVsErrorList. |
|
SVsExternalFilesManager |
Passed to GetService to return a reference to IVsExternalFilesManager. |
|
SVsFileChange |
Infrastructure. Passed to GetService to return a reference to the internal interface IVsFileChange. |
|
SVsFileChangeEx |
Passed to GetService to return a reference to IVsFileChangeEx. |
|
SVsFilterAddProjectItemDlg |
Passed to GetService to return a reference to IVsFilterAddProjectItemDlg. |
|
SVsFilterKeys |
Passed to GetService to return a reference to IVsFilterKeys. |
|
SVsFontAndColorCacheManager |
Object providing access to the Visual Studio SDK implementation of the Font and Color cache manager service. |
|
SVsFontAndColorStorage |
Object providing access to the Visual Studio SDK implementation of the Font and Color storage service. |
|
SVsFrameworkMultiTargeting |
|
|
SVsFrameworkRetargetingDlg |
|
|
SVsGeneralOutputWindowPane |
Pseudoservice that returns an IID_IVsOutputWindowPane interface for the General output pane in the VS environment. Querying for this service will cause the General output pane to be created if it hasn't yet been created. The General output pane is an appropriate place to display general status messages to the user, such as messages relating to operations such as opening a project. |
|
SVsHelpService |
Passed to GetService to return a reference to IVsHelpSystem. |
|
SVsHTMLConverter |
Passed to GetService to return a reference to IVsHTMLConverter. |
|
SVsIME |
Passed to GetService to return a reference to IVsIME. |
|
SVsIntegratedHelp |
Passed to the QueryService method to return a reference to the SVsHelp interface. |
|
SVsIntelliMouseHandler |
Passed to GetService to return a reference to IVsIntelliMouseHandler. |
|
SVsIntellisenseEngine |
Passed to GetService to return a reference to the IVsIntellisenseEngine interface. |
|
SVsIntellisenseProjectHost |
Passed to GetService to return a reference to the IVsIntellisenseProjectHost interface. |
|
SVsIntellisenseProjectManager |
Passed to GetService to return a reference to the IVsIntellisenseProjectManager interface. |
|
SVsInvisibleEditorManager |
Passed to GetService to return a reference to IVsInvisibleEditorManager. |
|
SVsLaunchPad |
Passed to GetService to return a reference to IVsLaunchPad. |
|
SVsLaunchPadFactory |
Passed to GetService to return a reference to IVsLaunchPadFactory. |
|
SVsMacroRecorder |
|
|
SVsMacros |
|
|
SVsMainWindowDropTarget |
|
|
SVSMDCodeDomProvider |
Passed to the QueryService method to return a reference to the IVSMDCodeDomProvider interface. |
|
SVSMDDesignerService |
Passed to the QueryService method to return a reference to the IVSMDCodeDomCreator and IVSMDDesignerService interfaces. |
|
SVSMDPropertyBrowser |
Passed to the QueryService method to return a reference to the IVSMDPropertyBrowser interface. |
|
SVSMDTypeResolutionService |
Passed to the QueryService method to return a reference to the IVSMDTypeResolutionService interface. |
|
SVsMenuEditor |
Passed to GetService to return a reference to IVsMenuEditor. |
|
SVsMonitorUserContext |
Passed to GetService to return a reference to IVsMonitorUserContext. |
|
SVsObjBrowser |
Passed to GetService to return a reference to IVsObjBrowser. |
|
SVsObjectManager |
Passed to GetService to return a reference to IVsObjectManager. |
|
SVsObjectSearch |
Passed to GetService to return a reference to IVsObjectSearch. |
|
SVsOpenProjectOrSolutionDlg |
Passed to GetService to return a reference to the IVsOpenProjectOrSolutionDlg interface. |
|
SVsOutputWindow |
Passed to GetService to return a reference to IVsOutputWindow. |
|
SVsParseCommandLine |
Passed to GetService to return a reference to IVsParseCommandLine. |
|
SVsPathVariableResolver |
Passed to GetService to return a reference to the IVsPathVariableResolver interface. |
|
SVsPreviewChangesService |
Passed to GetService to return a reference to the IVsPreviewChangesService interface. |
|
SVsProfferCommands |
|
|
SVsProfileDataManager |
Passed to GetService to return a reference to the IVsProfileDataManager interface. |
|
SVsProfilesManagerUI |
Passed to GetService to return a reference to the IVsProfilesManagerUI interface. |
|
SVsPropertyPageFrame |
Passed to GetService to return a reference to IVsPropertyPageFrame. |
|
SVsQueryEditQuerySave |
Passed to GetService to return a reference to IVsQueryEditQuerySave2. |
|
SVsRegisterDebugTargetProvider |
Passed to GetService to return a reference to the IVsRegisterProjectDebugTargetProvider interface. |
|
SVsRegisterEditors |
Passed to GetService to return a reference to IVsRegisterEditors. |
|
SVsRegisterNewDialogFilters |
|
|
SVsRegisterPriorityCommandTarget |
Passed to GetService to return a reference to IVsRegisterPriorityCommandTarget. |
|
SVsRegisterProjectTypes |
Passed to GetService to return a reference to IVsRegisterProjectTypes. |
|
SVsResourceManager |
Passed to GetService to return a reference to the IVsResourceManager interface. |
|
SVsResourceView |
Passed to GetService to return a reference to IVsResourceView. |
|
SVsRunningDocumentTable |
Passed to GetService to return a reference to IVsRunningDocumentTable. |
|
SVsSccManager |
Passed to GetService to return a reference to IVsSccManager2. |
|
SVsSccToolsOptions |
Passed to GetService to return a reference to the IVsSccToolsOptions interface. |
|
SVsSettingsManager |
|
|
SVsSettingsReader |
Passed to GetService to return a reference to the IVsSettingsReader interface. |
|
SVsShell |
Passed to GetService to return a reference to IVsShell. |
|
SVsShellDebugger |
Passed to GetService to return a reference to IVsDebugger. |
|
SVsShellMonitorSelection |
Passed to GetService to return a reference to IVsMonitorSelection. |
|
SVsSmartOpenScope |
Passed to the QueryService method to return a reference to the IVsSmartOpenScope interface. |
|
SVsSolution |
Passed to GetService to return a reference to IVsSolution. |
|
SVsSolutionBuildManager |
Passed to GetService to return a reference to IVsSolutionBuildManager. |
|
SVsSolutionObject |
Passed to GetService to return a reference to an IVsSolution interface. Use the SVsSolution service instead. |
|
SVsSolutionPersistence |
Passed to GetService to return a reference to IVsSolutionPersistence. |
|
SVsSourceControl |
|
|
SVsSQLCLRReferences |
Passed to the QueryService method to return a reference to the IVsSQLCLRReferences interface. |
|
SVsStartPageDownload |
Passed to the QueryService method to return a reference to the IVsStartPageDownload interface. |
|
SVsStatusbar |
Passed to GetService to return a reference to IVsStatusbar. |
|
SVsStrongNameKeys |
Passed to the QueryService method to return a reference to the IVsStrongNameKeys interface. |
|
SVsStructuredFileIO |
Passed to GetService to return a reference to IVsStructuredFileIO. |
|
SVsSymbolicNavigationManager |
|
|
SVsTargetFrameworkAssemblies |
Passed to GetService to return a reference to IVsTargetFrameworkAssemblies. |
|
SVsTaskList |
Passed to GetService to return a reference to IVsTaskList. |
|
SVsTextOut |
Passed to GetService to return a reference to IVsTextOut. |
|
SVsThreadedWaitDialog |
Passed to GetService to return a reference to the IVsThreadedWaitDialog interface. |
|
SVsThreadedWaitDialogFactory |
|
|
SVsThreadPool |
Passed to GetService to return a reference to the IVsThreadPool interface. |
|
SVsToolbox |
Passed to GetService to return a reference to IVsToolbox. |
|
SVsToolboxActiveXDataProvider |
Passed to GetService to return a reference to an IVsToolboxDataProvider interface. |
|
SVsToolboxDataProviderRegistry |
Passed to GetService to return a reference to the IVsToolboxDataProviderRegistry interface. |
|
SVsToolsOptions |
Passed to GetService to return a reference to the IVsToolsOptions interface. |
|
SVsTrackProjectDocuments |
Passed to GetService to return a reference to the IVsTrackProjectDocuments2 and IVsTrackProjectDocuments3 interfaces. |
|
SVsTrackProjectRetargeting |
|
|
SVsTrackSelectionEx |
Passed to GetService to return a reference to IVsTrackSelectionEx. |
|
SVsUIDataConverters |
|
|
SVsUIFactory |
|
|
SVsUIHierWinClipboardHelper |
Passed to GetService to return a reference to IVsUIHierWinClipboardHelper. |
|
SVsUIShell |
Passed to GetService to return a reference to IVsUIShell. |
|
SVsUIShellDocumentWindowMgr |
Passed to GetService to return a reference to IVsUIShellDocumentWindowMgr. |
|
SVsUIShellOpenDocument |
Passed to GetService to return a reference to IVsUIShellOpenDocument. |
|
SVsUpgradeLogger |
Passed to GetService to return a reference to the IVsUpgradeLogger interface. |
|
SVsVba |
|
|
SVsWebBrowsingService |
Passed to GetService to return a reference to IVsWebBrowsingService. |
|
SVsWebFavorites |
Passed to GetService to return a reference to IVsWebFavorites. |
|
SVsWebPreview |
Passed to GetService to return a reference to IVsWebPreview. |
|
SVsWebProxy |
Passed to GetService to return a reference to IVsWebProxy. |
|
SVsWebURLMRU |
Passed to GetService to return a reference to IVsWebURLMRU. |
|
SVsWindowFrame |
Passed to GetService to return a reference to IVsWindowFrame. |
|
SVsXMLMemberIndexService |
Passed to GetService to return a reference to IVsXMLMemberIndexService. |
|
SWebApplicationCtxSvc |
|
|
SWebFileCtxService |
|
|
VsMSBuildTaskFileManager |
|
|
VSPIAImporter |
Infrastructure. Implemented by all wrapping tools. |
|
VsSymbolicNavigationManager |
|