IVsOutput2.get_DeploySourceURL(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.
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.