IVsProjectCfg2::get_VirtualRoot Method (String^)
Visual Studio 2015
Obsolete method. This method is required for debugging Web projects.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrVRoot
-
Type:
System::String^
[out] Pointer to a string containing the virtual root.
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::get_VirtualRoot( [out]BSTR *pbstrVRoot );
Show: