次の方法で共有


IExtensibilityManager.GetExtensions(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

パラメーター

extensionType
Type

Typeターゲット拡張機能の 。

戻り値

ICollection拡張機能の種類に対して現在登録されている拡張機能の一覧を含む 。

適用対象