IExtensibilityManager.GetExtensions(Type) Method

Definition

Retrieves the list of currently registered extensions for the specified extension type.

public:
 System::Collections::ICollection ^ GetExtensions(Type ^ extensionType);
public System.Collections.ICollection GetExtensions (Type extensionType);
abstract member GetExtensions : Type -> System.Collections.ICollection
Public Function GetExtensions (extensionType As Type) As ICollection

Parameters

extensionType
Type

The Type of the target extension.

Returns

An ICollection that contains the list of currently registered extensions for the extension type.

Applies to