Freigeben über


PredefinedCodeLensDescriptorContextPropertyNames Class

Definition

Specifies the names of the well known properties that can appear as keys in the Properties dictionary.

public ref class PredefinedCodeLensDescriptorContextPropertyNames abstract sealed
public static class PredefinedCodeLensDescriptorContextPropertyNames
type PredefinedCodeLensDescriptorContextPropertyNames = class
Public Class PredefinedCodeLensDescriptorContextPropertyNames
Inheritance
PredefinedCodeLensDescriptorContextPropertyNames

Fields

FullyQualifiedName

Name of the property that specifies the full (namespace qualified) name of the code element for the current code lens indicator.

OutputFilePath

Name of the property that specifies the full path of the binary into which the code element for the current code lens indicator will be compiled.

StartColumn

Name of the property that specifies the column number where the declaration of the code element for the current code lens indicator starts.

StartLine

Name of the property that specifies the line number where the declaration of the code element for the current code lens indicator starts.

VisualStudioProcessId

Name of the property that specifies the process identifier of the Visual Studio process within which the current code lens indicator will be displayed.

Applies to