VSITEMSELECTION Struct
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.
Contains information that uniquely identifies a selected item within a hierarchy.
public value class VSITEMSELECTION
struct VSITEMSELECTION
public struct VSITEMSELECTION
type VSITEMSELECTION = struct
Public Structure VSITEMSELECTION
- Inheritance
-
VSITEMSELECTION
Remarks
The VSITEMSELECTION structure contains some of the information that makes up the selection context. The selection context is maintained by the Visual Studio environment and is associated with every window. The VSITEMSELECTION data is used to update the Solution Explorer window to reflect the currently active project and project item. The other information in the selection context includes an ISelectionContainer pointer providing access to information for the Properties window and an array of element values.
Fields
| itemid |
identifier that represents the selected item. For valid |
| pHier |
Pointer to an IVsHierarchy interface. |