ProvideOptionPageAttribute.SupportsAutomation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.