IValueMapItem::get_Enabled method (pla.h)

Retrieves or sets a value that indicates whether the item is enabled.

This property is read/write.

Syntax

HRESULT get_Enabled(
  VARIANT_BOOL *enabled
);

Parameters

enabled

Return value

None

Remarks

The type of the item determines whether more than one item in the value map collection can be enabled. For example, one of the possible settings is to enable one or more keywords while enabling only one level.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IValueMapItem