SymbolInformation Class

Definition

Class representing information about programming constructs like variables, classes, interfaces, etc.

See the Language Server Protocol specification for additional information.

public ref class SymbolInformation : IEquatable<Microsoft::VisualStudio::LanguageServer::Protocol::SymbolInformation ^>
[System.Runtime.Serialization.DataContract]
public class SymbolInformation : IEquatable<Microsoft.VisualStudio.LanguageServer.Protocol.SymbolInformation>
[<System.Runtime.Serialization.DataContract>]
type SymbolInformation = class
    interface IEquatable<SymbolInformation>
Public Class SymbolInformation
Implements IEquatable(Of SymbolInformation)
Inheritance
SymbolInformation
Attributes
Implements

Constructors

SymbolInformation()

Properties

ContainerName

Gets or sets the name of the symbol containing this symbol.

Kind

Gets or sets the SymbolKind of this symbol.

Location

Gets or sets the Location of this symbol.

Name

Gets or sets the name of this symbol.

Methods

Equals(Object)
Equals(SymbolInformation)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to