Registration Class

Definition

Class representing the general registration information for registering for a capability.

See the Language Server Protocol specification for additional information.

public ref class Registration
[System.Runtime.Serialization.DataContract]
public class Registration
[<System.Runtime.Serialization.DataContract>]
type Registration = class
Public Class Registration
Inheritance
Registration
Attributes

Constructors

Registration()

Properties

Id

Gets or sets the id used to register the request. This can be used to deregister later.

Method

Gets or sets the method / capability to register for.

RegisterOptions

Gets or sets the options necessary for registration.

Applies to