ProvideToolboxItemDiscoveryAttribute::VisibilityUIContexts Property
Visual Studio 2015
Gets or sets a list of UIContexts that controls the visibility of the tab. The tab is hidden if none of the UI contexts are set. Only non-dynamic UI contexts are supported (for example, OsWindows8OrHigherContext). Use of dynamic contexts like NoSolutionContext is not supported and results in non-deterministic behaviors.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property array<String^>^ VisibilityUIContexts { [CompilerGeneratedAttribute] array<String^>^ get(); [CompilerGeneratedAttribute] void set(array<String^>^ value); }
Property Value
Type: array<System::String^>^
Show: