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

适用于