IDTToolsOptionsPage Interface

Implemented when constructing a custom tools options page.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("BDCAF240-2692-4713-902A-B110B1D0F100")> _
Public Interface IDTToolsOptionsPage
'Usage
Dim instance As IDTToolsOptionsPage
[GuidAttribute("BDCAF240-2692-4713-902A-B110B1D0F100")]
public interface IDTToolsOptionsPage
[GuidAttribute(L"BDCAF240-2692-4713-902A-B110B1D0F100")]
public interface class IDTToolsOptionsPage
public interface IDTToolsOptionsPage

Remarks

The IDTToolsOptionsPage interface allows you to create your own custom Options pages. When implemented, it provides five methods that act as events within the environment.

To create a custom Options page, you create an ActiveX control, set the required registry settings, and then implement this interface. For more information, see Controlling Options Settings.

See Also

Reference

IDTToolsOptionsPage Members

EnvDTE Namespace