IVsWebMigrationService.IsWebProject(String, Int32) 方法

定义

确定指定的项目是否为 web 项目。

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

参数

pszProjFile
String

项目文件名。

pIsWeb
Int32

[out] 如果项目是 web 项目,则为 1; 否则为0。

返回

Int32

此 HRESULT。

适用于