CoverageDatabase.IsDatabaseFile Method (String)

 

Determines whether the specified file is a database file. 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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public static bool IsDatabaseFile(
    string path
)
public:
static bool IsDatabaseFile(
    String^ path
)
static member IsDatabaseFile : 
        path:string -> bool
Public Shared Function IsDatabaseFile (
    path As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the file is a coverage database file; otherwise, false.

See Also

CoverageDatabase Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top