TargetControlTypeAttribute(Type) 构造函数

定义

初始化 TargetControlTypeAttribute 类的新实例。

public:
 TargetControlTypeAttribute(Type ^ targetControlType);
public TargetControlTypeAttribute (Type targetControlType);
new System.Web.UI.TargetControlTypeAttribute : Type -> System.Web.UI.TargetControlTypeAttribute
Public Sub New (targetControlType As Type)

参数

targetControlType
Type

目标控件的类型。

例外

targetControlTypenull

适用于