CodeDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing a description for an error code.
See the Language Server Protocol specification for additional information.
public ref class CodeDescription : IEquatable<Microsoft::VisualStudio::LanguageServer::Protocol::CodeDescription ^>
[System.Runtime.Serialization.DataContract]
public class CodeDescription : IEquatable<Microsoft.VisualStudio.LanguageServer.Protocol.CodeDescription>
[<System.Runtime.Serialization.DataContract>]
type CodeDescription = class
interface IEquatable<CodeDescription>
Public Class CodeDescription
Implements IEquatable(Of CodeDescription)
- Inheritance
-
CodeDescription
- Attributes
- Implements
Constructors
CodeDescription() |
Properties
Href |
Gets or sets URI to open with more information about the diagnostic error. |
Methods
Equals(CodeDescription) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() | Serves as the default hash function. |
Operators
Equality(CodeDescription, CodeDescription) | |
Inequality(CodeDescription, CodeDescription) |