VSConstants.VSITEMID_SELECTION Field
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.
Special items inside a VsHierarchy: all the currently selected items.
public: System::UInt32 VSITEMID_SELECTION = 4294967293;
unsigned int VSITEMID_SELECTION = 4294967293;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public const uint VSITEMID_SELECTION = 4294967293;
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
val mutable VSITEMID_SELECTION : uint32
Public Const VSITEMID_SELECTION As UInteger = 4294967293
Field Value
Value = 4294967293- Attributes