IVsToolsOptions Interface

Definition

Manages a Tools Options dialog box. The environment implements this interface.

public interface class IVsToolsOptions
public interface class IVsToolsOptions
__interface IVsToolsOptions
[System.Runtime.InteropServices.Guid("AE31D40E-CD7A-45CB-8DEF-5EA0E44C688A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsToolsOptions
[<System.Runtime.InteropServices.Guid("AE31D40E-CD7A-45CB-8DEF-5EA0E44C688A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsToolsOptions = interface
Public Interface IVsToolsOptions
Attributes

Remarks

The Visual Studio integrated development environment (IDE) Options dialog box consists of a tree view on the left and a properties page on the right. To open the Options dialog box, on the Tools menu, click Options. If you choose to modify the tools options properties page from your VSPackage, these methods will assist you.

Visual Studio's Source Code Control Services, for example, implements a drop-down box on the properties page from which the user can select a source control provider, and the SCC code calls RefreshPageVisibility to make its drop-down box visible.

Methods

IsToolsOptionsOpen(Int32)

Determines if the Tools Options dialog box is open.

RefreshPageVisibility()

Refreshes the visibility of the Tools Options dialog box.

Applies to