ISolutionWorkspaceService2.IsProjectFileValid(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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