ProvideOptionPageAttribute.SupportsAutomation Property

Definition

Gets whether a Tools Options page implementation supports automation.

public:
 property bool SupportsAutomation { bool get(); };
public:
 property bool SupportsAutomation { bool get(); };
public bool SupportsAutomation { get; }
member this.SupportsAutomation : bool
Public ReadOnly Property SupportsAutomation As Boolean

Property Value

true if a Tools Options page supports the Visual Studio automation model and can be accessed through the EnvDTE mechanism.

Applies to