Condividi tramite


ProvideOptionPageAttribute.SupportsProfiles Property

Gets or sets whether a Tools Options page implementation uses the Visual Studio settings mechanism to persist its state.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

Public Property SupportsProfiles As Boolean

Dim instance As ProvideOptionPageAttribute
Dim value As Boolean

value = instance.SupportsProfiles

instance.SupportsProfiles = value
public bool SupportsProfiles { get; set; }
public:
property bool SupportsProfiles {
    bool get ();
    void set (bool value);
}
public function get SupportsProfiles () : boolean
public function set SupportsProfiles (value : boolean)

Property Value

Type: System.Boolean

true if the Tools Options page implementation supports the use of Visual Studio settings to persist its state.

Permissions

See Also

Concepts

Tools Options Pages

User Settings and Options

Creating Options Pages By Using Managed Package Framework Classes

Registering Custom Tools Options Pages

Reference

ProvideOptionPageAttribute Class

ProvideOptionPageAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideOptionPageAttribute