Task::SubcategoryIndex Property

 

Gets or sets the index of the subcategory of the task.

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

public:
property int SubcategoryIndex {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The index of the subcategory of a task.

Return to top
Show: