TaskItem.Select Method

Definition

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

public:
 void Select();
public:
 void Select();
void Select();
[System.Runtime.InteropServices.DispId(14)]
public void Select ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member Select : unit -> unit
Public Sub Select ()
Attributes

Remarks

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

Applies to