Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LineCoverageInfo Structure

 

Represents line coverage data that can be merged. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

public value struct LineCoverageInfo : IEquatable<LineCoverageInfo>

NameDescription
System_CAPS_pubpropertyColumnBegin

Gets the number of the starting column for the line coverage. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyColumnEnd

Gets the number of the ending column for the line coverage. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyCoverageStatus

Gets or sets the status of this line coverage data. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLineBegin

Gets the number of the starting line for this line coverage data. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertyLineEnd

Gets the number of the ending line for this line coverage data. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubpropertySourceFileId

Gets the ID for the source file names record. This class and its members are reserved for internal use and are not intended to be used in your code.

NameDescription
System_CAPS_pubmethodEquals(LineCoverageInfo)

Determines whether the provided object is equal to this line coverage info object. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodEquals(Object^)

Determines whether the provided object is equal to this line coverage info object. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(LineCoverageInfo, LineCoverageInfo)

Determines whether two line coverage information objects are equal code compares the objects with the equality operator (==). This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_puboperatorSystem_CAPS_staticInequality(LineCoverageInfo, LineCoverageInfo)

Determines whether two line coverage info objects are not equal when using the inequality operator (!=). This class and its members are reserved for internal use and are not intended to be used in your code.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: