DSDescriptionAttribute Classe

Definizione

Supporta l'infrastruttura di .NET Framework e non deve essere usata direttamente dal codice.

public ref class DSDescriptionAttribute : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class DSDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type DSDescriptionAttribute = class
    inherit DescriptionAttribute
Public Class DSDescriptionAttribute
Inherits DescriptionAttribute
Ereditarietà
DSDescriptionAttribute
Attributi

Costruttori

Nome Descrizione
DSDescriptionAttribute(String)

Supporta l'infrastruttura di .NET Framework e non deve essere usata direttamente dal codice.

Proprietà

Nome Descrizione
Description

Supporta l'infrastruttura di .NET Framework e non deve essere usata direttamente dal codice.

DescriptionValue

Ottiene o imposta la stringa archiviata come descrizione.

(Ereditato da DescriptionAttribute)
TypeId

Se implementato in una classe derivata, ottiene un identificatore univoco per questo Attribute.

(Ereditato da Attribute)

Metodi

Nome Descrizione
Equals(Object)

Restituisce un valore che indica se il valore dell'oggetto specificato è uguale all'oggetto corrente DescriptionAttribute.

(Ereditato da DescriptionAttribute)
GetHashCode()

Restituisce il codice hash per questa istanza.

(Ereditato da DescriptionAttribute)
GetType()

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
IsDefaultAttribute()

Restituisce un valore che indica se si tratta dell'istanza predefinita DescriptionAttribute .

(Ereditato da DescriptionAttribute)
Match(Object)

Quando sottoposto a override in una classe derivata, restituisce un valore che indica se questa istanza è uguale a un oggetto specificato.

(Ereditato da Attribute)
MemberwiseClone()

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Implementazioni dell'interfaccia esplicita

Nome Descrizione
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Esegue il mapping di un set di nomi a un set corrispondente di identificatori dispatch.

(Ereditato da Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera le informazioni sul tipo per un oggetto, che può essere utilizzato per ottenere le informazioni sul tipo per un'interfaccia.

(Ereditato da Attribute)
_Attribute.GetTypeInfoCount(UInt32)

Recupera il numero di interfacce di informazioni sul tipo fornite da un oggetto (0 o 1).

(Ereditato da Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Fornisce l'accesso alle proprietà e ai metodi esposti da un oggetto .

(Ereditato da Attribute)

Si applica a