CoverageDSPriv.NamespaceTableDataTable.AddNamespaceTableRow Method (UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv.ModuleRow, String, String)

Adds a new namespace table row to this data table that contains the provided values. 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

'Declaration
Public Function AddNamespaceTableRow ( _
    BlocksCovered As UInteger, _
    BlocksNotCovered As UInteger, _
    LinesCovered As UInteger, _
    LinesNotCovered As UInteger, _
    LinesPartiallyCovered As UInteger, _
    parentModuleRowByModule_Namespace As CoverageDSPriv.ModuleRow, _
    NamespaceKeyName As String, _
    NamespaceName As String _
) As CoverageDSPriv.NamespaceTableRow
public CoverageDSPriv.NamespaceTableRow AddNamespaceTableRow(
    uint BlocksCovered,
    uint BlocksNotCovered,
    uint LinesCovered,
    uint LinesNotCovered,
    uint LinesPartiallyCovered,
    CoverageDSPriv.ModuleRow parentModuleRowByModule_Namespace,
    string NamespaceKeyName,
    string NamespaceName
)
public:
CoverageDSPriv::NamespaceTableRow^ AddNamespaceTableRow(
    unsigned int BlocksCovered, 
    unsigned int BlocksNotCovered, 
    unsigned int LinesCovered, 
    unsigned int LinesNotCovered, 
    unsigned int LinesPartiallyCovered, 
    CoverageDSPriv::ModuleRow^ parentModuleRowByModule_Namespace, 
    String^ NamespaceKeyName, 
    String^ NamespaceName
)
member AddNamespaceTableRow : 
        BlocksCovered:uint32 * 
        BlocksNotCovered:uint32 * 
        LinesCovered:uint32 * 
        LinesNotCovered:uint32 * 
        LinesPartiallyCovered:uint32 * 
        parentModuleRowByModule_Namespace:CoverageDSPriv.ModuleRow * 
        NamespaceKeyName:string * 
        NamespaceName:string -> CoverageDSPriv.NamespaceTableRow
public function AddNamespaceTableRow(
    BlocksCovered : uint, 
    BlocksNotCovered : uint, 
    LinesCovered : uint, 
    LinesNotCovered : uint, 
    LinesPartiallyCovered : uint, 
    parentModuleRowByModule_Namespace : CoverageDSPriv.ModuleRow, 
    NamespaceKeyName : String, 
    NamespaceName : String
) : CoverageDSPriv.NamespaceTableRow

Parameters

  • BlocksCovered
    Type: UInt32

    The number of code blocks in the namespace that are covered by the analysis.

  • BlocksNotCovered
    Type: UInt32

    The number of code blocks in the namespace that are not covered by the analysis.

  • LinesCovered
    Type: UInt32

    The number of code lines in the namespace that are covered by the analysis.

  • LinesNotCovered
    Type: UInt32

    The number of code lines in the namespace that are not covered by the analysis.

  • LinesPartiallyCovered
    Type: UInt32

    The number of code lines in the namespace that are partially covered by the analysis.

  • NamespaceKeyName
    Type: String

    The key name for the namespace.

  • NamespaceName
    Type: String

    The name of the namespace.

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableRow
The added namespace table row.

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableDataTable Class

AddNamespaceTableRow Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.NamespaceTableRow