Freigeben über


RegisterCopierAttribute Klasse

Definition

Gibt bei Anwendung auf einen Typ an, dass der Typ ein Kopierer ist und automatisch registriert werden soll.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterCopierAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterCopierAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterCopierAttribute
Inherits Attribute
Vererbung
RegisterCopierAttribute
Attribute

Konstruktoren

RegisterCopierAttribute()

Gibt bei Anwendung auf einen Typ an, dass der Typ ein Kopierer ist und automatisch registriert werden soll.

Gilt für: