ProvideOptionPageAttribute::SupportsAutomation Property

 

Gets whether a Tools Options page implementation supports automation.

Namespace:   Microsoft.VisualStudio.Shell
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::Boolean

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

Return to top
Show: