IVsProjectCfg2.OutputsRequireAppRoot(Int32) Method

Definition

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  
);  

Applies to