StandardTableKeyNames.Line 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 line number associated with a table-entry.
public: System::String ^ Line;
std::wstring Line;
public const string Line;
val mutable Line : string
Public Const Line As String
Field Value
Remarks
The raw value should be an integer. The first line of a file should be line 0.