IVsProjectCfg2.get_VirtualRoot 方法

此方法对于调试 Web 项目是必需的。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function get_VirtualRoot ( _
    <OutAttribute> ByRef pbstrVRoot As String _
) As Integer
int get_VirtualRoot(
    out string pbstrVRoot
)

参数

  • pbstrVRoot
    类型:System.String%
    [out] 对包含虚拟根目录的字符串的指针。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsProjectCfg2::get_VirtualRoot(
   [out]BSTR *pbstrVRoot
);

.NET Framework 安全性

请参见

参考

IVsProjectCfg2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间