VSConstants.SELECTED Field

Definition

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 = 2

Remarks

This flag is used in the ISelectionContainer.GetObjects method and the ISelectionContainer.CountObjects.

Applies to