IVsWebMigrationService.IsWebProject(String, Int32) Method

Definition

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.

Applies to