Método IVsOutputWindowPane.GetName (String)

 

Publicado: abril de 2016

Retorna o nome do painel de janela.

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

Sintaxe

int GetName(
    ref string pbstrPaneName
)
int GetName(
    String^% pbstrPaneName
)
abstract GetName : 
        pbstrPaneName:string byref -> int
Function GetName (
    ByRef pbstrPaneName As String
) As Integer

Parâmetros

  • pbstrPaneName
    Nome do painel de janela.

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 IVsOutputWindowPane::GetName(
   BSTR *pbstrPaneName
);

Consulte também

Interface IVsOutputWindowPane
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo