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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples