AttachedPropertyBrowsableForTypeAttribute(Type) 생성자

정의

제공된 targetType을 사용하여 AttachedPropertyBrowsableForTypeAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AttachedPropertyBrowsableForTypeAttribute(Type ^ targetType);
public AttachedPropertyBrowsableForTypeAttribute (Type targetType);
new System.Windows.AttachedPropertyBrowsableForTypeAttribute : Type -> System.Windows.AttachedPropertyBrowsableForTypeAttribute
Public Sub New (targetType As Type)

매개 변수

targetType
Type

이 .NET Framework 특성이 적용되는 연결된 속성의 사용 범위를 지정하는 의도된 형식입니다.

적용 대상