Share via


CoverageDSPriv.MethodDataTable.FindByMethodKeyName Method (String)

 

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

[DebuggerNonUserCodeAttribute]
public CoverageDSPriv.MethodRow FindByMethodKeyName(
    string MethodKeyName
)
public:
[DebuggerNonUserCodeAttribute]
CoverageDSPriv::MethodRow^ FindByMethodKeyName(
    String^ MethodKeyName
)
[<DebuggerNonUserCodeAttribute>]
member FindByMethodKeyName : 
        MethodKeyName:string -> CoverageDSPriv.MethodRow
<DebuggerNonUserCodeAttribute>
Public Function FindByMethodKeyName (
    MethodKeyName As String
) As CoverageDSPriv.MethodRow

Parameters

  • MethodKeyName
    Type: System.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.

See Also

CoverageDSPriv.MethodDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top