SymbolInformation 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 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. |