Method | Description | |
---|---|---|
AddTask ( string description, string category, string subcategory, vsTaskPriority priority, vsTaskIcon icon, bool checkable, string releventFile, int lineNumber, bool canUserDelete, bool flushItem, bool allowDuplicates ) : void | ||
VisualStudio ( DTE2 applicationObject ) : System |
Method | Description | |
---|---|---|
ActivateTaskBar ( ) : void |
Helper method to activate the task bar. Usually invoked when a new item is added to the task bar.
|
public AddTask ( string description, string category, string subcategory, vsTaskPriority priority, vsTaskIcon icon, bool checkable, string releventFile, int lineNumber, bool canUserDelete, bool flushItem, bool allowDuplicates ) : void | ||
description | string | |
category | string | |
subcategory | string | |
priority | vsTaskPriority | |
icon | vsTaskIcon | |
checkable | bool | |
releventFile | string | |
lineNumber | int | |
canUserDelete | bool | |
flushItem | bool | |
allowDuplicates | bool | |
return | void |
public VisualStudio ( DTE2 applicationObject ) : System | ||
applicationObject | DTE2 | |
return | System |