IVsOutput2.get_DeploySourceURL(String) Method

Definition

Returns the web location of an output item.

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

Parameters

pbstrDeploySourceURL
String

[out] Pointer to the output item's web location in URL format.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to