CoverageDSPriv.ModuleDataTable.FindByModuleName Method
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
'Declaration
Public Function FindByModuleName ( _
ModuleName As String _
) As CoverageDSPriv.ModuleRow
public CoverageDSPriv.ModuleRow FindByModuleName(
string ModuleName
)
public:
CoverageDSPriv::ModuleRow^ FindByModuleName(
String^ ModuleName
)
member FindByModuleName :
ModuleName:string -> CoverageDSPriv.ModuleRow
public function FindByModuleName(
ModuleName : String
) : CoverageDSPriv.ModuleRow
Parameters
ModuleName
Type: StringThe name of the module.
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleRow
A module row from this data table that is returned by using the ModuleName.
.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.