ProvideOptionPageAttribute::SupportsProfiles Property
Visual Studio 2015
Gets or sets whether a Tools Options page implementation uses the Visual Studio settings mechanism to persist its state.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property bool SupportsProfiles { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the Tools Options page implementation supports the use of Visual Studio settings to persist its state.
Show: