CoverageDSPriv.Lines Property
Gets a strongly named data table for the code lines in the classes that are being analyzed. 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)
Syntax
[DebuggerNonUserCodeAttribute]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public CoverageDSPriv.LinesDataTable Lines { get; }
public:
[DebuggerNonUserCodeAttribute]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Content)]
property CoverageDSPriv::LinesDataTable^ Lines {
CoverageDSPriv::LinesDataTable^ get();
}
[<DebuggerNonUserCodeAttribute>]
[<BrowsableAttribute(false)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>]
member Lines : CoverageDSPriv.LinesDataTable with get
<DebuggerNonUserCodeAttribute>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property Lines As CoverageDSPriv.LinesDataTable
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesDataTable
A strongly named data table for the code lines in the classes that are being analyzed.
See Also
CoverageDSPriv.LinesDataTable
CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top