IExtensibilityManager.GetExtensions(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
An ICollection that contains the list of currently registered extensions for the extension type.