ProvideOptionPageAttribute.NoShowAllView Property

Gets or sets whether aggregated Tools Options pages are shown.

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

Syntax

'Declaration
Public Property NoShowAllView As Boolean
public bool NoShowAllView { get; set; }
public:
property bool NoShowAllView {
    bool get ();
    void set (bool value);
}
member NoShowAllView : bool with get, set
function get NoShowAllView () : boolean 
function set NoShowAllView (value : boolean)

Property Value

Type: System.Boolean
true if the Tools Options page is to be displayed in the default (complex) view of Tools Options pages.

Remarks

Some programming environments, such as Visual Basic, have special Tools Options pages to aggregate common settings for specialized simplified views of the Tools Options.

Typically, it would be redundant to have aggregated Tools Options pages appear in the default (complex) view.

Setting this property to true prevents such a page from appearing in the default Tools Options page view.

For more information, see Options Dialog Box (Visual Studio)

.NET Framework Security

See Also

Reference

ProvideOptionPageAttribute Class

Microsoft.VisualStudio.Shell Namespace

ProvideOptionPageAttribute

Other Resources

Options Pages

User Settings and Options

Creating Options Pages By Using Managed Package Framework Classes

Registering Custom Options Pages

Options Dialog Box (Visual Studio)