IVsProjectCfg2::OutputsRequireAppRoot Method (Int32)

 

Obsolete method. This method replaces the get_IsWebApplication method from the now-obsolete IVsDeployWebProject interface.

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

int OutputsRequireAppRoot(
	[OutAttribute] int% pfRequiresAppRoot
)

Parameters

pfRequiresAppRoot
Type: System::Int32

[out]

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsProjectCfg2::OutputsRequireAppRoot(
   [out]BOOL *pfRequiresAppRoot
);
Return to top
Show: