Udostępnij za pośrednictwem


Metoda IVsBuildDependency.get_Description — (String)

 

Zwraca opis zależności.

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

Składnia

int get_Description(
    out string pbstrDescription
)
int get_Description(
    [OutAttribute] String^% pbstrDescription
)
abstract get_Description : 
        pbstrDescription:string byref -> int
Function get_Description (
    <OutAttribute> ByRef pbstrDescription As String
) As Integer

Parametry

  • pbstrDescription
    Type: System.String

    [out] Wskaźnik do opisu zależności.

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Implementuje

IVsDependency.get_Description(String)

Uwagi

Podpis COM

Z vsshell.idl:

HRESULT IVsBuildDependency::get_Description(
   [out] BSTR *pbstrDescription
);

Zobacz też

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

Powrót do początku