MetadataAttributeAttribute Classe

Definizione

Specifica che le proprietà di un attributo personalizzato forniscono metadati per le esportazioni applicate allo stesso tipo, proprietà, campo o metodo.

public ref class MetadataAttributeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class MetadataAttributeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type MetadataAttributeAttribute = class
    inherit Attribute
Public NotInheritable Class MetadataAttributeAttribute
Inherits Attribute
Ereditarietà
MetadataAttributeAttribute
Attributi

Costruttori

Nome Descrizione
MetadataAttributeAttribute()

Inizializza una nuova istanza della classe MetadataAttributeAttribute.

Metodi

Nome Descrizione
Equals(Object)

Restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.

(Ereditato da Attribute)
GetHashCode()

Restituisce il codice hash per questa istanza.

(Ereditato da Attribute)
GetType()

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a