CoverageDSPriv.MethodRow.ClassRow Property
Gets or sets the CoverageDSPriv.ClassRow object that represents the class that contains the corresponding module. 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]
public CoverageDSPriv.ClassRow ClassRow { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property CoverageDSPriv::ClassRow^ ClassRow {
CoverageDSPriv::ClassRow^ get();
void set(CoverageDSPriv::ClassRow^ value);
}
[<DebuggerNonUserCodeAttribute>]
member ClassRow : CoverageDSPriv.ClassRow with get, set
<DebuggerNonUserCodeAttribute>
Public Property ClassRow As CoverageDSPriv.ClassRow
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ClassRow
The CoverageDSPriv.ClassRow object that represents the class that contains the corresponding module.
See Also
CoverageDSPriv.ClassRow
CoverageDSPriv.MethodRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top