DataSysDescriptionAttribute Classe

Definição

Cuidado

DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Cuidado

DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202

Marca uma propriedade, evento ou extensor com uma descrição. Os designers visuais podem exibir essa descrição ao referenciar o membro.

public ref class DataSysDescriptionAttribute : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Obsolete("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", false)]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Obsolete("DataSysDescriptionAttribute has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202", false)]
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated.  https://go.microsoft.com/fwlink/?linkid=14202", false)>]
type DataSysDescriptionAttribute = class
    inherit DescriptionAttribute
Public Class DataSysDescriptionAttribute
Inherits DescriptionAttribute
Herança
DataSysDescriptionAttribute
Atributos

Construtores

Nome Description
DataSysDescriptionAttribute(String)
Obsoleto.
Obsoleto.

Inicializa uma nova instância da DataSysDescriptionAttribute classe usando a cadeia de caracteres de descrição especificada.

Propriedades

Nome Description
Description
Obsoleto.
Obsoleto.

Obtém o texto da descrição.

DescriptionValue
Obsoleto.
Obsoleto.

Obtém ou define a cadeia de caracteres armazenada como a descrição.

(Herdado de DescriptionAttribute)
TypeId
Obsoleto.
Obsoleto.

Quando implementado em uma classe derivada, obtém um identificador exclusivo para esse Attribute.

(Herdado de Attribute)

Métodos

Nome Description
Equals(Object)
Obsoleto.
Obsoleto.

Retorna se o valor do objeto fornecido é igual ao atual DescriptionAttribute.

(Herdado de DescriptionAttribute)
GetHashCode()
Obsoleto.
Obsoleto.

Devolve o código hash para esta instância.

(Herdado de DescriptionAttribute)
GetType()
Obsoleto.
Obsoleto.

Obtém o Type da instância atual.

(Herdado de Object)
IsDefaultAttribute()
Obsoleto.
Obsoleto.

Retorna um valor que indica se essa é a instância padrão DescriptionAttribute .

(Herdado de DescriptionAttribute)
Match(Object)
Obsoleto.
Obsoleto.

Quando substituído em uma classe derivada, retorna um valor que indica se essa instância é igual a um objeto especificado.

(Herdado de Attribute)
MemberwiseClone()
Obsoleto.
Obsoleto.

Cria uma cópia superficial do Objectatual.

(Herdado de Object)
ToString()
Obsoleto.
Obsoleto.

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Implantações explícitas de interface

Nome Description
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
Obsoleto.
Obsoleto.

Mapeia um conjunto de nomes para um conjunto correspondente de identificadores de expedição.

(Herdado de Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
Obsoleto.
Obsoleto.

Recupera as informações de tipo de um objeto, que podem ser usadas para obter as informações de tipo de uma interface.

(Herdado de Attribute)
_Attribute.GetTypeInfoCount(UInt32)
Obsoleto.
Obsoleto.

Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1).

(Herdado de Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
Obsoleto.
Obsoleto.

Fornece acesso a propriedades e métodos expostos por um objeto.

(Herdado de Attribute)

Aplica-se a

Confira também