DocumentFilter 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 a filter over certain types of documents
See the Language Server Protocol specification for additional information.
public ref class DocumentFilter
[System.Runtime.Serialization.DataContract]
public class DocumentFilter
[<System.Runtime.Serialization.DataContract>]
type DocumentFilter = class
Public Class DocumentFilter
- Inheritance
-
DocumentFilter
- Attributes
Constructors
DocumentFilter() |
Properties
Language |
Gets or sets a language id for the filter (e.g. 'typescript'). |
Pattern |
Gets or sets a glob pattern (e.g. '*.cs'). |
Scheme |
Gets or sets a Uri scheme (e.g. 'file' or 'untitled'). |