RootDesignerSerializerAttribute.TypeId 属性
定义
获取此特性类型的唯一 ID。Gets a unique ID for this attribute type.
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
属性值
一个包含此特性类型的唯一 ID 的对象。An object containing a unique ID for this attribute type.
注解
筛选算法使用此属性来识别两个类型相同的特性。This property is used by filtering algorithms to identify two attributes that are the same type. 对于大多数属性,这只是返回 Type 特性的实例。For most attributes, this just returns the Type instance for the attribute. EditorAttribute 重写此以包含编辑器基类型的类型。EditorAttribute overrides this to include the type of the editor base type.