다음을 통해 공유


PageTheme.CreateSkinKey(Type, String) 메서드

정의

특정 컨트롤 형식과 스킨 ID에 대한 조회 키 개체를 만듭니다.

public:
 static System::Object ^ CreateSkinKey(Type ^ controlType, System::String ^ skinID);
public static object CreateSkinKey (Type controlType, string skinID);
static member CreateSkinKey : Type * string -> obj
Public Shared Function CreateSkinKey (controlType As Type, skinID As String) As Object

매개 변수

controlType
Type

컨트롤 스킨이 적용되는 컨트롤의 Type으로, 일반적으로 ControlType에서 전달됩니다.

skinID
String

키를 만들 컨트롤 스킨의 이름입니다.

반환

Object

컨트롤 형식과 스킨 ID 정보가 들어 있는 사전형 컬렉션의 조회 키로 사용할 수 있는 개체입니다.

예외

controlType이(가) null인 경우

적용 대상