Extensions property

Returns a collection of extension settings defined at this scope. This does not reflect extension settings that may be inherited from an enclosing scope.

Syntax


C++

HRESULT get_Extensions(
   ERUExtensionType ExtensionType,
   IERUCollection**
pExtensions)

Scripting languages

Set Extensions = Object.Extensions(
   
ExtensionType as ERUExtensionType)

Home

Applies to

IERUExtensionSettingManager