AttachedPropertyBrowsableForTypeAttribute.TargetType 속성

정의

이 .NET Framework 특성이 적용되는 연결된 속성의 사용 범위를 지정하는 기본 형식을 가져옵니다.

public:
 property Type ^ TargetType { Type ^ get(); };
public Type TargetType { get; }
member this.TargetType : Type
Public ReadOnly Property TargetType As Type

속성 값

Type

요청된 Type입니다.

설명

이 속성은 생성자가 노출한 .NET Framework 특성 선언을 AttachedPropertyBrowsableForTypeAttribute 통해서만 설정할 수 있습니다.

적용 대상