CodeLensDescriptorContext Constructor
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.
Creates a new instance of the CodeLensDescriptorContext class.
public CodeLensDescriptorContext (Microsoft.VisualStudio.Text.Span? applicableSpan, System.Collections.Generic.IDictionary<object,object> properties = default);
new Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext : Nullable<Microsoft.VisualStudio.Text.Span> * System.Collections.Generic.IDictionary<obj, obj> -> Microsoft.VisualStudio.Language.CodeLens.CodeLensDescriptorContext
Public Sub New (applicableSpan As Nullable(Of Span), Optional properties As IDictionary(Of Object, Object) = Nothing)
Parameters
- properties
- IDictionary<Object,Object>