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 概念。

如果为 AttachedPropertyBrowsableForTypeAttribute .NET Framework 属性指定了多个类型,则如果任何指定类型匹配(逻辑类型或),则此属性是可浏览的。 该类型也可以是接口。

此 .NET Framework 属性指定 AllowMultipletrue

此 .NET Framework 属性应仅应用于附加属性定义的 get 访问器。 不要将此 .NET Framework 属性应用于 set 访问器。 虽然直观地说,它是在相关元素上为 XAML 创建可浏览的集操作,但它是在定义控制真实行为的元素的属性上获取访问器的存在和特征。

有关声明附加属性的一般信息,请参阅 附加属性概述

构造函数

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)

适用于