IVsPlatformReferenceProviderContext2.Tabs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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("VsShell.VSSDKPROVIDERTAB")]
[System.Runtime.InteropServices.DispId(1610743828)]
public uint Tabs { get; set; }
[<System.Runtime.InteropServices.ComAliasName("VsShell.VSSDKPROVIDERTAB")>]
[<System.Runtime.InteropServices.DispId(1610743828)>]
member this.Tabs : uint32 with get, set
Public Property Tabs As UInteger
Property Value
Implements
- Attributes