Método IVsOutputWindowPane.SetName (String)
Publicado: abril de 2016
Altera o nome existente do painel da janela.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SetName(
string pszPaneName
)
int SetName(
String^ pszPaneName
)
abstract SetName :
pszPaneName:string -> int
Function SetName (
pszPaneName As String
) As Integer
Parâmetros
- pszPaneName
[in] Novo 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::SetName(
LPCOLESTR pszPaneName
);
Consulte também
Interface IVsOutputWindowPane
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo