DesignerSerializerAttribute.TypeId Property

Definition

Indicates 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

Property Value

A unique ID for this attribute type.

Remarks

This ID is used by filtering algorithms to identify two attributes that are the same type. For most attributes, this just returns the Type instance for the attribute. EditorAttribute overrides this to include the type of the editor base type.

Applies to

See also