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です。

適用対象