Método IVsDeployDependency.get_DeployDependencyURL (String)
Retorna o URL de uma dependência.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_DeployDependencyURL(
out string pbstrURL
)
int get_DeployDependencyURL(
[OutAttribute] String^% pbstrURL
)
abstract get_DeployDependencyURL :
pbstrURL:string byref -> int
Function get_DeployDependencyURL (
<OutAttribute> ByRef pbstrURL As String
) As Integer
Parâmetros
- pbstrURL
[out] Ponteiro para o local da dependência (local, UNC, ou web).
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsDeployDependency::get_DeployDependencyURL(
[out] BSTR *pbstrURL
);
Consulte também
Interface IVsDeployDependency
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo