IVsDeployDependency.get_DeployDependencyURL(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 URL of a dependency.
public:
int get_DeployDependencyURL([Runtime::InteropServices::Out] System::String ^ % pbstrURL);
public int get_DeployDependencyURL (out string pbstrURL);
abstract member get_DeployDependencyURL : string -> int
Public Function get_DeployDependencyURL (ByRef pbstrURL As String) As Integer
Parameters
- pbstrURL
- String
[out] Pointer to the location of the dependency (local, UNC, or web).
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.