ProvideOptionPageAttribute.SupportsProfiles 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 or sets whether a Tools Options page implementation uses the Visual Studio settings mechanism to persist its state.
public:
property bool SupportsProfiles { bool get(); void set(bool value); };
public:
property bool SupportsProfiles { bool get(); void set(bool value); };
public bool SupportsProfiles { get; set; }
member this.SupportsProfiles : bool with get, set
Public Property SupportsProfiles As Boolean
Property Value
true
if the Tools Options page implementation supports the use of Visual Studio settings to persist its state.