CodeElementContextContract 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.
RPC contract representing a context information for the code element (range in the document as well as additional properties passed in by CodeLens tagger).
[System.Runtime.Serialization.DataContract]
public class CodeElementContextContract
[<System.Runtime.Serialization.DataContract>]
type CodeElementContextContract = class
Public Class CodeElementContextContract
- Inheritance
-
CodeElementContextContract
- Attributes
Constructors
CodeElementContextContract() |
Properties
Properties |
A property bag storing additional properties for the code element. |
Range |
Versioned text document range for the code element. |