IVsOutputWindow3.CreatePane2(Guid, String, Int32, Int32, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um painel de janela de saída com as funções de tipo de conteúdo e exibição de texto especificadas. Para obter mais informações sobre tipos de conteúdo e funções de exibição de texto, consulte serviço de linguagem e pontos de extensão do editor.
public:
int CreatePane2(Guid % rguidPane, System::String ^ pszPaneName, int fInitVisible, int fClearWithSolution, System::String ^ lpszContentType, System::String ^ lpszTextViewRoles);
public int CreatePane2 (ref Guid rguidPane, string pszPaneName, int fInitVisible, int fClearWithSolution, string lpszContentType, string lpszTextViewRoles);
abstract member CreatePane2 : Guid * string * int * int * string * string -> int
Public Function CreatePane2 (ByRef rguidPane As Guid, pszPaneName As String, fInitVisible As Integer, fClearWithSolution As Integer, lpszContentType As String, lpszTextViewRoles As String) As Integer
Parâmetros
- rguidPane
- Guid
no O GUID do painel a ser criado.
- pszPaneName
- String
no O nome do painel.
- fInitVisible
- Int32
[in] true Se o painel deve estar visível.
- fClearWithSolution
- Int32
[in] true Se o painel deve ser removido quando a solução é fechada.
- lpszContentType
- String
O tipo de conteúdo.
- lpszTextViewRoles
- String
As funções de exibição de texto.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.