Share via


CoverageDSPriv.NamespaceTableDataTable.FindByNamespaceKeyName Method (String)

 

Returns the namespace table row that is found by using the provided namespace 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.NamespaceTableRow FindByNamespaceKeyName(
    string NamespaceKeyName
)
public:
[DebuggerNonUserCodeAttribute]
CoverageDSPriv::NamespaceTableRow^ FindByNamespaceKeyName(
    String^ NamespaceKeyName
)
[<DebuggerNonUserCodeAttribute>]
member FindByNamespaceKeyName : 
        NamespaceKeyName:string -> CoverageDSPriv.NamespaceTableRow
<DebuggerNonUserCodeAttribute>
Public Function FindByNamespaceKeyName (
    NamespaceKeyName As String
) As CoverageDSPriv.NamespaceTableRow

Parameters

  • NamespaceKeyName
    Type: System.String

    The key name of the namespace to find.

Return Value

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

The namespace table row that is found by using the provided NamespaceKeyName.

See Also

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

Return to top