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