Compartilhar via


DeletedAttribute Classe

Definição

Atributo aplicado a um membro de um tipo para especificar que ele representa a propriedade do sistema __deleted.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class DeletedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type DeletedAttribute = class
    inherit Attribute
Public Class DeletedAttribute
Inherits Attribute
Herança
DeletedAttribute
Atributos

Construtores

DeletedAttribute()

Inicializa uma nova instância da classe DeletedAttribute.

Aplica-se a