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

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

반품

컨트롤 형식 및 스킨 ID 정보를 포함하는 사전 스타일 컬렉션에서 조회 키로 사용할 수 있는 개체입니다.

예외

controlTypenull입니다.

적용 대상