IVsProjectCfg2.get_VirtualRoot(String) 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 is required for debugging Web projects.
public:
int get_VirtualRoot([Runtime::InteropServices::Out] System::String ^ % pbstrVRoot);
public int get_VirtualRoot (out string pbstrVRoot);
abstract member get_VirtualRoot : string -> int
Public Function get_VirtualRoot (ByRef pbstrVRoot As String) As Integer
Parameters
- pbstrVRoot
- String
[out] Pointer to a string containing the virtual root.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.