VSConstants.CPPM_GETSELECTION 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.
Retrieve information about selection.
public: int CPPM_GETSELECTION = 2311;
int CPPM_GETSELECTION = 2311;
public const int CPPM_GETSELECTION = 2311;
val mutable CPPM_GETSELECTION : int
Public Const CPPM_GETSELECTION As Integer = 2311
Field Value
Value = 2311Remarks
wParam
is equal to int *pnComponents
and lParam
is equal to VSCOMPONENTSELECTORDATA ***pppComponents
.