IVsOutput.get_DeploySourceURL 方法

返回输出的项目 web 位置。

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

语法

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

参数

  • pbstrDeploySourceURL
    类型:System.String%
    [out] 输出的项目 web 位置的指针的 URL 格式。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsOutput::get_DeploySourceURL(
   [out] BSTR *pbstrDeploySourceURL
);

对存储在本地文件系统上的输出项, pbstrDeploySourceURL 应从以下八个字符开始:“file:///”。 但是,调用方不应假定,该字符串的所有特定格式。 它们应分析 pbstrDeploySourceURL 确定它们是否可以访问指定的位置。

.NET Framework 安全性

请参见

参考

IVsOutput 接口

Microsoft.VisualStudio.Shell.Interop 命名空间