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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.