TaskListItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TaskListItem() | |
TaskListItem(Exception) |
TaskListItem()
public:
TaskListItem();
public TaskListItem ();
Public Sub New ()
Applies to
TaskListItem(Exception)
public:
TaskListItem(Exception ^ error);
public TaskListItem (Exception error);
new Microsoft.VisualStudio.Shell.TaskListItem : Exception -> Microsoft.VisualStudio.Shell.TaskListItem
Public Sub New (error As Exception)
Parameters
- error
- Exception