CoverageDatabase.IsDatabaseFile Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Declaration
Public Shared Function IsDatabaseFile ( _
    path As String _
) As Boolean
public static bool IsDatabaseFile(
    string path
)
public:
static bool IsDatabaseFile(
    String^ path
)
static member IsDatabaseFile : 
        path:string -> bool 
public static function IsDatabaseFile(
    path : String
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the file is a coverage database file; otherwise, false.

.NET Framework Security

See Also

Reference

CoverageDatabase Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace