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
void Select()
void Select()
abstract Select : unit -> unit 
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

EnvDTE Namespace

Other Resources

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