ConfigurationItem 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 which represents an configuration item.
See the Language Server Protocol specification for additional information.
[System.Runtime.Serialization.DataContract]
public class ConfigurationItem
[<System.Runtime.Serialization.DataContract>]
type ConfigurationItem = class
Public Class ConfigurationItem
- Inheritance
-
ConfigurationItem
- Attributes
Constructors
ConfigurationItem() |
Properties
ScopeUri |
Gets or sets the scope to get the configuration section for. |
Section |
Gets or sets the requested configuration section. |