VSConstants.SELECTED 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.
The GUID that represents selected objects in the selection container.
public: System::UInt32 SELECTED = 2;
unsigned int SELECTED = 2;
public const uint SELECTED = 2;
val mutable SELECTED : uint32
Public Const SELECTED As UInteger = 2
Field Value
Value = 2Remarks
This flag is used in the ISelectionContainer.GetObjects method and the ISelectionContainer.CountObjects.