IVsWebMigrationService.IsWebProject(String, Int32) 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.
Determines whether the specified project is a web project.
public:
int IsWebProject(System::String ^ pszProjFile, [Runtime::InteropServices::Out] int % pIsWeb);
int IsWebProject(std::wstring const & pszProjFile, [Runtime::InteropServices::Out] int & pIsWeb);
public int IsWebProject (string pszProjFile, out int pIsWeb);
abstract member IsWebProject : string * int -> int
Public Function IsWebProject (pszProjFile As String, ByRef pIsWeb As Integer) As Integer
Parameters
- pszProjFile
- String
The project file name.
- pIsWeb
- Int32
[out] 1 if the project is a web project, otherwise 0.
Returns
The HRESULT.