ProvideOptionPageAttribute::SupportsAutomation Property
Visual Studio 2015
Gets whether a Tools Options page implementation supports automation.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property bool SupportsAutomation { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] private: void set(bool value); }
Property Value
Type: System::Booleantrue if a Tools Options page supports the Visual Studio automation model and can be accessed through the EnvDTE mechanism.
Show: