TaskProvider::Subcategories Property

 

Gets a collection of task subcategories.

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

public:
property StringCollection^ Subcategories {
	StringCollection^ get();
}

Property Value

Type: System.Collections.Specialized::StringCollection^

A StringCollection of task subcategories.

Return to top
Show: