ReferenceEntryFieldNames 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.
public ref class ReferenceEntryFieldNames abstract sealed
public static class ReferenceEntryFieldNames
type ReferenceEntryFieldNames = class
Public Class ReferenceEntryFieldNames
- Inheritance
-
ReferenceEntryFieldNames
Fields
ColumnNumber |
Name for colunm number field. Expect an integer value and this is 0-indexed. |
FilePath |
Name for file path field. Expect a string value. |
LineNumber |
Name for line number field. Expect an integer value and this is 0-indexed |
ReferenceEnd |
Name for the field of reference end position in the reference text. Expect an integer value. |
ReferenceImageId |
Name for the field of reference image. Expect a value of ImageId (or null if no image associated with this reference). |
ReferenceLongDescription |
Name for the field of reference long description. This usually is the reference site with fully qualified reference name. Expect a string value. |
ReferenceStart |
Name for the field of reference start position in the reference text. Expect an integer value. |
ReferenceText |
Name for the reference text field. Expect a string value. |
TextAfterReference1 |
Name for the field of the first line after reference text. Expect a string value. |
TextAfterReference2 |
Name of the field of the second line after reference text. Expect a string value. |
TextBeforeReference1 |
Name for the field of the first line before reference text. Expect a string value. |
TextBeforeReference2 |
Name for the field of the second line before reference text. Expect a string value. |