IVsOutput2.get_DeploySourceURL(String) 方法

定义

返回输出项的 web 位置。

public:
 int get_DeploySourceURL([Runtime::InteropServices::Out] System::String ^ % pbstrDeploySourceURL);
public int get_DeploySourceURL (out string pbstrDeploySourceURL);
abstract member get_DeploySourceURL : string -> int
Public Function get_DeploySourceURL (ByRef pbstrDeploySourceURL As String) As Integer

参数

pbstrDeploySourceURL
String

弄指向输出项的 URL 格式的 web 位置的指针。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

适用于