Metoda IVsDependency.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
[out] Wskaźnik do opisu zależności.
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 IVsDependency::get_Description(
[out] BSTR *pbstrDescription
);
Zobacz też
Interfejs IVsDependency
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku