Share via


TaskItem.Select Method

Causes this item to become active in the integrated development environment (IDE).

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub Select
'Usage
Dim instance As TaskItem

instance.Select()
void Select()
void Select()
function Select()

Remarks

Select makes this item the currently selected task. If the Displayed property is false, however, then Select throws a COMException exception.

.NET Framework Security

See Also

Reference

TaskItem Interface

TaskItem Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples