TaskItem.Select Method
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.
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.