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.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::Boolean

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

Return to top
Show: