Share via


ReferenceDetailEntryDescriptor Class

Definition

Defines a descriptor representing a reference entry detail for reference indicators.

public ref class ReferenceDetailEntryDescriptor sealed
public sealed class ReferenceDetailEntryDescriptor
type ReferenceDetailEntryDescriptor = class
Public NotInheritable Class ReferenceDetailEntryDescriptor
Inheritance
ReferenceDetailEntryDescriptor

Constructors

ReferenceDetailEntryDescriptor()

Properties

ColumnNumber

The column number of the reference.

FilePath

The full path of the source file where the reference is found.

LineNumber

The line number of the reference.

ReferenceEnd

The end position of the reference in the ReferenceText.

ReferenceImageId

The ImageId representing the type of the referenced symbol.

ReferenceLongDescription

The fully qualified name of the referenced symbol.

ReferenceStart

The start position of the reference in the ReferenceText.

ReferenceText

The content of the line of code where the symbol is referenced.

TextAfterReference1

The content of the first line of code after the reference line.

TextAfterReference2

The content of the second line of code after the reference line.

TextBeforeReference1

The content of the first line of code before the reference line.

TextBeforeReference2

The content of the second line of code before the reference line.

Applies to