Udostępnij za pośrednictwem


Metoda IVsDeployDependency.get_DeployDependencyURL — (String)

 

Zwraca adres URL zależność.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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

Parametry

  • pbstrURL
    [out] Wskaźnik do lokalizacji zależność (lokalnym, UNC, lub w sieci web).

Wartość zwracana

Type: System.Int32

Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell.idl:

HRESULT IVsDeployDependency::get_DeployDependencyURL(
   [out] BSTR *pbstrURL
);

Zobacz też

Interfejs IVsDeployDependency
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku