IVsProjectCfg2::get_VirtualRoot Method (String^)

 

Obsolete method. This method is required for debugging Web projects.

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

int get_VirtualRoot(
	[OutAttribute] String^% pbstrVRoot
)

Parameters

pbstrVRoot
Type: System::String^

[out] Pointer to a string containing the virtual root.

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::get_VirtualRoot(
   [out]BSTR *pbstrVRoot
);
Return to top
Show: