IVsProjectCfg2::OutputsRequireAppRoot Method (Int32)
Visual Studio 2015
Obsolete method. This method replaces the get_IsWebApplication method from the now-obsolete IVsDeployWebProject interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfRequiresAppRoot
-
Type:
System::Int32
[out]
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsProjectCfg2::OutputsRequireAppRoot( [out]BOOL *pfRequiresAppRoot );
Show: