UIHierarchyItem.Select(vsUISelectionType) Method

Definition

Causes the specified item to become active in the user interface.

public:
 void Select(EnvDTE::vsUISelectionType How);
public:
 void Select(EnvDTE::vsUISelectionType How);
void Select(EnvDTE::vsUISelectionType How);
[System.Runtime.InteropServices.DispId(5)]
public void Select (EnvDTE.vsUISelectionType How);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Select : EnvDTE.vsUISelectionType -> unit
Public Sub Select (How As vsUISelectionType)

Parameters

How
vsUISelectionType

A vsUISelectionType constant indicating how the selection is made.

Attributes

Applies to