StandardTableColumnDefinitions2.LineText Field
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.
The column used to display the line of code associated with an entry.
public: System::String ^ LineText;
std::wstring LineText;
public const string LineText;
val mutable LineText : string
Public Const LineText As String
Field Value
Remarks
If the TextInlines key name is specified, then that will be used to generate the visual for the column's content.
The Text key name is used for search and, if the TextInlines key name is not specified, to generate the column's visual.