Gets or sets the set of tabs to show. Defaults to all tabs.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Property Tabs As UInteger
uint Tabs { get; set; }
property unsigned int Tabs {
    unsigned int get ();
    void set (unsigned int value);
}
abstract Tabs : uint32 with get, set
function get Tabs () : uint 
function set Tabs (value : uint)
Property Value
Type: UInt32
.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.