Método IVsOutput2.get_DisplayName (String)
Retorna o nome de exibição de um item de saída.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_DisplayName(
out string pbstrDisplayName
)
int get_DisplayName(
[OutAttribute] String^% pbstrDisplayName
)
abstract get_DisplayName :
pbstrDisplayName:string byref -> int
Function get_DisplayName (
<OutAttribute> ByRef pbstrDisplayName As String
) As Integer
Parâmetros
- pbstrDisplayName
[out] Ponteiro para o nome de exibição do item de saída.
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.
Implementações
IVsOutput.get_DisplayName(String)
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsOutput2::get_DisplayName(
[out] BSTR *pbstrDisplayName
);
Consulte também
Interface IVsOutput2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo