AttachedPropertyBrowsableForTypeAttribute.TypeId 属性

定义

获取此AttachedPropertyBrowsableForTypeAttribute.NET Framework属性的唯一类型标识符。

public:
 virtual property System::Object ^ TypeId { System::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object

属性值

Object

一个对象,表示 AttachedPropertyBrowsableForTypeAttribute 的唯一标识符。

注解

此实现返回每个.NET Framework属性的唯一值,这是必要的,因为此.NET Framework属性允许多个用法。

适用于