UIHierarchyItem.Select(vsUISelectionType) 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 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
A vsUISelectionType constant indicating how the selection is made.
- Attributes