EnabledExtensions property

Returns a collection of extension settings for all extensions that are effectively enabled. Settings can be inherited from higher levels.

Syntax


C++

HRESULT get_EnabledExtensions(
   ERUExtensionType ExtensionType,
   IERUCollection**
pEnabledExtensions)

Scripting languages

Set EnabledExtensions = Object.EnabledExtensions(
   
ExtensionType as ERUExtensionType)

Home

Applies to

IERUExtensionSettingManager