Condividi tramite


ProvideOptionPageAttribute.NoShowAllView Property

Gets or sets whether aggregated Tools Options pages are shown.

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

Syntax

Public Property NoShowAllView As Boolean

Dim instance As ProvideOptionPageAttribute
Dim value As Boolean

value = instance.NoShowAllView

instance.NoShowAllView = value
public bool NoShowAllView { get; set; }
public:
property bool NoShowAllView {
    bool get ();
    void set (bool value);
}
public function get NoShowAllView () : boolean
public 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)

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

Options Dialog Box (Visual Studio)

Reference

ProvideOptionPageAttribute Class

ProvideOptionPageAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideOptionPageAttribute