TextDocumentRegistrationOptions 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 registration options for many different text document functions.
See the Language Server Protocol specification for additional information.
public ref class TextDocumentRegistrationOptions
[System.Runtime.Serialization.DataContract]
public class TextDocumentRegistrationOptions
[<System.Runtime.Serialization.DataContract>]
type TextDocumentRegistrationOptions = class
Public Class TextDocumentRegistrationOptions
- Inheritance
-
TextDocumentRegistrationOptions
- Derived
- Attributes
Constructors
TextDocumentRegistrationOptions() |
Properties
DocumentSelector |
Gets or sets the document filters for this registration option. |