다음을 통해 공유


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

지정된 ICollection의 컨트롤 스킨이 정의되어 있는 경우 스킨 식별자의 Type입니다. 컨트롤 스킨이 형식과 연결되어 있지 않으면 빈 ICollection이 반환됩니다.

설명

GetSkinsForControl 메서드는 디자이너에서 컨트롤 스킨 이름 목록을 채우는 데 사용 됩니다. 디자이너는 사용자 인터페이스 (UI) 요소에 바인딩할 또는 지정 된 컨트롤 형식에 대 한 디자인 속성을 표시 하려면 목록을 사용 하 여 합니다.

적용 대상