RootDesignerSerializerAttribute.TypeId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
An object containing a unique ID for this attribute type.
Remarks
This property 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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.