Share via


CoverageDSPriv.MethodDataTable.FindByMethodKeyName Method

Returns a method row that is specified by the method key name. 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 FindByMethodKeyName ( _
    MethodKeyName As String _
) As CoverageDSPriv.MethodRow
public CoverageDSPriv.MethodRow FindByMethodKeyName(
    string MethodKeyName
)
public:
CoverageDSPriv::MethodRow^ FindByMethodKeyName(
    String^ MethodKeyName
)
member FindByMethodKeyName : 
        MethodKeyName:string -> CoverageDSPriv.MethodRow
public function FindByMethodKeyName(
    MethodKeyName : String
) : CoverageDSPriv.MethodRow

Parameters

  • MethodKeyName
    Type: String

    The key name for the method to find.

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow
A method row that is specified by MethodKeyName.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace