IVsWebMigrationService::IsWebProject Method (String^, Int32)

 

Determines whether the specified project is a web project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

int IsWebProject(
	String^ pszProjFile,
	[OutAttribute] int% pIsWeb
)

Parameters

pszProjFile
Type: System::String^

The project file name.

pIsWeb
Type: System::Int32

[out] 1 if the project is a web project, otherwise 0.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: