Compartir a través de


RegisterCopierAttribute Clase

Definición

Cuando se aplica a un tipo, indica que el tipo es un copiador y que se debe registrar automáticamente.

[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
Herencia
RegisterCopierAttribute
Atributos

Constructores

RegisterCopierAttribute()

Cuando se aplica a un tipo, indica que el tipo es un copiador y que se debe registrar automáticamente.

Se aplica a