IVsAssemblyReferenceProviderContext.Tabs Property

Definition

Specifies the set of tabs to show. Defaults to all tabs.

public:
 property System::UInt32 Tabs { System::UInt32 get(); void set(System::UInt32 value); };
public:
 property unsigned int Tabs { unsigned int get(); void set(unsigned int value); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSASSEMBLYPROVIDERTAB")]
[System.Runtime.InteropServices.DispId(1610743812)]
public uint Tabs { get; set; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSASSEMBLYPROVIDERTAB")]
public uint Tabs { get; set; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSASSEMBLYPROVIDERTAB")>]
[<System.Runtime.InteropServices.DispId(1610743812)>]
member this.Tabs : uint32 with get, set
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSASSEMBLYPROVIDERTAB")>]
member this.Tabs : uint32 with get, set
Public Property Tabs As UInteger

Property Value

Attributes

Applies to