ISolutionWorkspaceService2.IsProjectFileValid(String) Method

Definition

Checks if the file represents a valid project that can be opened in Visual Studio.

public:
 bool IsProjectFileValid(System::String ^ projectPath);
public:
 bool IsProjectFileValid(Platform::String ^ projectPath);
bool IsProjectFileValid(std::wstring const & projectPath);
public bool IsProjectFileValid (string projectPath);
abstract member IsProjectFileValid : string -> bool
Public Function IsProjectFileValid (projectPath As String) As Boolean

Parameters

projectPath
String

Path to the project file

Returns

True, if the project file is valid, false otherwise

Applies to