共用方式為


CoverageDSPriv.MethodDataTable.AddMethodRow 方法 (String, String, String, UInt32, UInt32, UInt32, UInt32, UInt32, CoverageDSPriv.ClassRow)

加入包含提供之值的 CoverageDSPriv.MethodRow。 這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Coverage.Analysis
組件:  Microsoft.VisualStudio.Coverage.Analysis (在 Microsoft.VisualStudio.Coverage.Analysis.dll 中)

語法

'宣告
Public Function AddMethodRow ( _
    MethodKeyName As String, _
    MethodName As String, _
    MethodFullName As String, _
    LinesCovered As UInteger, _
    LinesPartiallyCovered As UInteger, _
    LinesNotCovered As UInteger, _
    BlocksCovered As UInteger, _
    BlocksNotCovered As UInteger, _
    parentClassRowByClass_Method As CoverageDSPriv.ClassRow _
) As CoverageDSPriv.MethodRow
public CoverageDSPriv.MethodRow AddMethodRow(
    string MethodKeyName,
    string MethodName,
    string MethodFullName,
    uint LinesCovered,
    uint LinesPartiallyCovered,
    uint LinesNotCovered,
    uint BlocksCovered,
    uint BlocksNotCovered,
    CoverageDSPriv.ClassRow parentClassRowByClass_Method
)
public:
CoverageDSPriv::MethodRow^ AddMethodRow(
    String^ MethodKeyName, 
    String^ MethodName, 
    String^ MethodFullName, 
    unsigned int LinesCovered, 
    unsigned int LinesPartiallyCovered, 
    unsigned int LinesNotCovered, 
    unsigned int BlocksCovered, 
    unsigned int BlocksNotCovered, 
    CoverageDSPriv::ClassRow^ parentClassRowByClass_Method
)
member AddMethodRow : 
        MethodKeyName:string * 
        MethodName:string * 
        MethodFullName:string * 
        LinesCovered:uint32 * 
        LinesPartiallyCovered:uint32 * 
        LinesNotCovered:uint32 * 
        BlocksCovered:uint32 * 
        BlocksNotCovered:uint32 * 
        parentClassRowByClass_Method:CoverageDSPriv.ClassRow -> CoverageDSPriv.MethodRow
public function AddMethodRow(
    MethodKeyName : String, 
    MethodName : String, 
    MethodFullName : String, 
    LinesCovered : uint, 
    LinesPartiallyCovered : uint, 
    LinesNotCovered : uint, 
    BlocksCovered : uint, 
    BlocksNotCovered : uint, 
    parentClassRowByClass_Method : CoverageDSPriv.ClassRow
) : CoverageDSPriv.MethodRow

參數

  • MethodKeyName
    類型:String

    方法的索引鍵名稱。

  • MethodName
    類型:String

    方法名稱。

  • MethodFullName
    類型:String

    方法的完整名稱。

  • LinesCovered
    類型:UInt32

    分析所涵蓋的方法程式碼行數。

  • LinesPartiallyCovered
    類型:UInt32

    分析所部分涵蓋的方法程式碼行數。

  • LinesNotCovered
    類型:UInt32

    分析未涵蓋的方法程式碼行數。

  • BlocksCovered
    類型:UInt32

    分析所涵蓋的方法程式碼區塊數目。

  • BlocksNotCovered
    類型:UInt32

    分析未涵蓋的方法程式碼區塊數目。

傳回值

類型:Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow
加入的方法列。

.NET Framework 安全性

請參閱

參考

CoverageDSPriv.MethodDataTable 類別

AddMethodRow 多載

Microsoft.VisualStudio.Coverage.Analysis 命名空間

CoverageDSPriv.ClassRow