IVsAssemblyReferenceProviderContext.Tabs Property

Specifies 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

See Also

Reference

IVsAssemblyReferenceProviderContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace