ProvideOptionPageAttribute.NoShowAllView Property
Gets or sets whether aggregated Tools Options pages are shown.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideOptionPageAttribute Class
Microsoft.VisualStudio.Shell Namespace
Other Resources
Creating Options Pages By Using Managed Package Framework Classes