다음을 통해 공유


AttachedPropertyBrowsableForTypeAttribute 클래스

정의

지정된 형식에서 파생되는 요소에 대해서만 연결된 속성을 검색할 수 있도록 지정합니다.

public ref class AttachedPropertyBrowsableForTypeAttribute sealed : System::Windows::AttachedPropertyBrowsableAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class AttachedPropertyBrowsableForTypeAttribute : System.Windows.AttachedPropertyBrowsableAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type AttachedPropertyBrowsableForTypeAttribute = class
    inherit AttachedPropertyBrowsableAttribute
Public NotInheritable Class AttachedPropertyBrowsableForTypeAttribute
Inherits AttachedPropertyBrowsableAttribute
상속
AttachedPropertyBrowsableForTypeAttribute
특성

설명

이 .NET Framework 특성에 대한 설명에 사용된 browsable 용어의 의미는 BrowsableAttribute대해 지정된 설명과 유사하지만 연결된 속성의 검색 가능 상태는 연결된 속성이 주로 XAML 개념이므로 XAML(Extensible Application Markup Language)의 속성 정보와 특히 관련이 있습니다.

AttachedPropertyBrowsableForTypeAttribute .NET Framework 특성에 대해 둘 이상의 형식이 지정된 경우 지정된 형식이 일치하는 경우 속성이 검색할 수 있습니다(논리적 또는). 형식은 인터페이스일 수도 있습니다.

이 .NET Framework 특성은 AllowMultipletrue지정합니다.

이 .NET Framework 특성은 연결된 속성 정의의 get 접근자에만 적용해야 합니다. set 접근자에 이 .NET Framework 특성을 적용하지 마세요. 직관적으로 관련 요소에서 XAML을 검색할 수 있게 만드는 집합 작업이지만 실제 동작을 제어하는 속성 정의 요소에 대한 get 접근자의 존재 및 특성입니다.

연결된 속성을 선언하는 방법에 대한 일반적인 내용은 연결된 속성 개요참조하세요.

생성자

AttachedPropertyBrowsableForTypeAttribute(Type)

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

속성

TargetType

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

TypeId

AttachedPropertyBrowsableForTypeAttribute .NET Framework 특성에 대한 고유 형식 식별자를 가져옵니다.

메서드

Equals(Object)

현재 AttachedPropertyBrowsableForTypeAttribute .NET Framework 특성이 지정된 개체와 같은지 여부를 확인합니다.

GetHashCode()

AttachedPropertyBrowsableForTypeAttribute .NET Framework 특성에 대한 해시 코드를 반환합니다.

GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
IsDefaultAttribute()

파생 클래스에서 재정의되는 경우 이 인스턴스의 값이 파생 클래스의 기본값인지 여부를 나타냅니다.

(다음에서 상속됨 Attribute)
Match(Object)

파생 클래스에서 재정의되는 경우 이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 Attribute)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

이름 집합을 해당 디스패치 식별자 집합에 매핑합니다.

(다음에서 상속됨 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다.

(다음에서 상속됨 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

개체가 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1).

(다음에서 상속됨 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

개체에 의해 노출되는 속성 및 메서드에 대한 액세스를 제공합니다.

(다음에서 상속됨 Attribute)

적용 대상