IVsProjectCfg2.OutputsRequireAppRoot(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.
Obsolete method. This method replaces the get_IsWebApplication
method from the now-obsolete IVsDeployWebProject
interface.
public:
int OutputsRequireAppRoot([Runtime::InteropServices::Out] int % pfRequiresAppRoot);
int OutputsRequireAppRoot([Runtime::InteropServices::Out] int & pfRequiresAppRoot);
public int OutputsRequireAppRoot (out int pfRequiresAppRoot);
abstract member OutputsRequireAppRoot : int -> int
Public Function OutputsRequireAppRoot (ByRef pfRequiresAppRoot As Integer) As Integer
Parameters
- pfRequiresAppRoot
- Int32
[out]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsProjectCfg2::OutputsRequireAppRoot(
[out]BOOL *pfRequiresAppRoot
);