Classe ErrorTypeDefinition
Define os tipos de erro.
Hierarquia de herança
Object
Microsoft.VisualStudio.Text.Adornments.ErrorTypeDefinition
Namespace: Microsoft.VisualStudio.Text.Adornments
Assembly: Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)
Sintaxe
'Declaração
Public NotInheritable Class ErrorTypeDefinition
public sealed class ErrorTypeDefinition
public ref class ErrorTypeDefinition sealed
[<Sealed>]
type ErrorTypeDefinition = class end
public final class ErrorTypeDefinition
O tipo ErrorTypeDefinition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ErrorTypeDefinition | Inicializa uma nova instância de ErrorTypeDefinition. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
Essa é uma parte de componente MEF e deve ser exportada como:
[Export(typeof(ErrorTypeDefinition))]
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.