Condividi tramite


RegisterCopierAttribute Classe

Definizione

Se applicato a un tipo, indica che il tipo è un copiatore e che deve essere registrato automaticamente.

[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
Ereditarietà
RegisterCopierAttribute
Attributi

Costruttori

RegisterCopierAttribute()

Se applicato a un tipo, indica che il tipo è un copiatore e che deve essere registrato automaticamente.

Si applica a