Método IVsOutputGroup.get_DisplayName (String)
Retorna o nome de exibição do grupo 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.
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 IVsOutputGroup::get_DisplayName(
[out] BSTR *pbstrDisplayName
);
Os nomes de exibição têm sem restrições.Projetos de terceiros podem usar nomes canônicos do Visual Studio ou seus próprios nomes.
Esse método retorna as mesmas informações, independentemente das configurações de configuração do projeto.
Consulte também
Interface IVsOutputGroup
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo