TaskListItem.IVsTaskItem.Category(VSTASKCATEGORY[]) Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.Category(cli::array <Microsoft::VisualStudio::Shell::Interop::VSTASKCATEGORY> ^ cat) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::Category;
int IVsTaskItem.Category (Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY[] cat);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.Category : Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY[] -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.Category : Microsoft.VisualStudio.Shell.Interop.VSTASKCATEGORY[] -> int
Function Category (cat As VSTASKCATEGORY()) As Integer Implements IVsTaskItem.Category

Parameters

Returns

Implements

Applies to