ThemeProvider.GetSkinsForControl(Type) メソッド

定義

指定した ICollection に関連付けられたスキン識別子の Type を取得します。

public:
 System::Collections::ICollection ^ GetSkinsForControl(Type ^ type);
public System.Collections.ICollection GetSkinsForControl (Type type);
member this.GetSkinsForControl : Type -> System.Collections.ICollection
Public Function GetSkinsForControl (type As Type) As ICollection

パラメーター

type
Type

関連付けられた任意のスキン名の取得条件となる Type

戻り値

コントロール スキンが指定した ICollection に対して定義されている場合は、スキン識別子の Type。 どのコントロール スキンもコントロールの種類に関連付けられていない場合は、空の ICollection が返されます。

注釈

メソッドは GetSkinsForControl 、コントロール スキン名のリストを設定するためにデザイナーによって使用されます。 デザイナーは、リストを使用して、ユーザー インターフェイス (UI) 要素にバインドしたり、特定のコントロール型のデザイン プロパティを表示したりします。

適用対象