CoverageDSPriv.ClassDataTable.FindByClassKeyName Method
Returns the class data row that is found by searching for the class 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 FindByClassKeyName ( _
ClassKeyName As String _
) As CoverageDSPriv..::..ClassRow
public CoverageDSPriv..::..ClassRow FindByClassKeyName(
string ClassKeyName
)
public:
CoverageDSPriv..::..ClassRow^ FindByClassKeyName(
String^ ClassKeyName
)
member FindByClassKeyName :
ClassKeyName:string -> CoverageDSPriv..::..ClassRow
public function FindByClassKeyName(
ClassKeyName : String
) : CoverageDSPriv..::..ClassRow
Parameters
- ClassKeyName
Type: System.String
The key name for the desired class.
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ClassRow
The class data row that is found by searching for the class key name.
.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.
See Also
Reference
CoverageDSPriv.ClassDataTable Class