ProvideOptionPageAttribute.SupportsProfiles Property

Definition

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.

Applies to