VSConstants.VSITEMID_SELECTION Field

Definition

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

Applies to