CoverageDSPriv.ModuleDataTable.FindByModuleName Method (String)

 

Returns a module row from this data table by using the provided module 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.ModuleRow FindByModuleName(
    string ModuleName
)
public:
[DebuggerNonUserCodeAttribute]
CoverageDSPriv::ModuleRow^ FindByModuleName(
    String^ ModuleName
)
[<DebuggerNonUserCodeAttribute>]
member FindByModuleName : 
        ModuleName:string -> CoverageDSPriv.ModuleRow
<DebuggerNonUserCodeAttribute>
Public Function FindByModuleName (
    ModuleName As String
) As CoverageDSPriv.ModuleRow

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleRow

A module row from this data table that is returned by using the ModuleName.

See Also

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

Return to top