Aracılığıyla paylaş


IVsDeployDependency.get_DeployDependencyURL Yöntem (String)

 

Bir bağımlılık URL'sini döndürür.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

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

Parametreler

  • pbstrURL
    [Çıkış] İşaretçi bağımlılık konumuna (yerel, unc, ya da web).

Dönüş Değeri

Type: System.Int32

Yöntem başarılı olursa, verir S_OK.Başarısız olursa, bir hata kodu döndürür.

Notlar

com imzası

Vsshell.idl:

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

Ayrıca bkz.

IVsDeployDependency Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön