Share via


CodeElementContextContract Class

Definition

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.

Applies to