VSConstants.ALL Field

Definition

The GUID that represents all objects in the selection container.

public: System::UInt32 ALL = 1;
unsigned int ALL = 1;
public const uint ALL = 1;
val mutable ALL : uint32
Public Const ALL As UInteger  = 1

Field Value

Value = 1

Remarks

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

Applies to