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 연결된 스킨 이름을 검색할 A입니다.

반품

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

설명

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

적용 대상