IVsPlatformReferenceProviderContext2::Tabs Property

Visual Studio 2015
 

Gets or sets the set of tabs to show. Defaults to all tabs.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[ComAliasNameAttribute("VsShell.VSSDKPROVIDERTAB")]
[DispIdAttribute(1610743828)]
property unsigned int Tabs {
	unsigned int get();
	void set(unsigned int value);
}

Property Value

Type: System::UInt32
Return to top
Show: