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

대상 컨트롤의 형식입니다.

예외

targetControlType이(가) null인 경우

적용 대상