Método IVsDependency.get_Description (String)

 

Retorna a descrição de uma dependência.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

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

Parâmetros

  • pbstrDescription
    [out] Ponteiro para a descrição da dependência.

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 IVsDependency::get_Description(
   [out] BSTR *pbstrDescription
);

Consulte também

Interface IVsDependency
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo