IVsPlatformReferenceProviderContext.Tabs Property

Definition

Gets or sets 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.VSSDKPROVIDERTAB")]
[System.Runtime.InteropServices.DispId(1610743828)]
public uint Tabs { get; set; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSDKPROVIDERTAB")]
public uint Tabs { get; set; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSDKPROVIDERTAB")>]
[<System.Runtime.InteropServices.DispId(1610743828)>]
member this.Tabs : uint32 with get, set
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSDKPROVIDERTAB")>]
member this.Tabs : uint32 with get, set
Public Property Tabs As UInteger

Property Value

Attributes

Applies to