EffectiveExtensions property

Returns a collection of extension settings from this scope or inherited from a higher scope.

Syntax


C++

HRESULT get_EffectiveExtensions(
   ERUExtensionType ExtensionType,
   IERUCollection**
pEffectiveExtensions)

Scripting languages

Set EffectiveExtensions = Object.EffectiveExtensions(
   
ExtensionType as ERUExtensionType)

Home

Applies to

IERUExtensionSettingManager