IVsSplitPane.GetParentWindow(IntPtr) Método

Definição

Retorna a janela pai do painel.

public:
 int GetParentWindow([Runtime::InteropServices::Out] IntPtr % phwndParent);
public int GetParentWindow (out IntPtr phwndParent);
abstract member GetParentWindow : nativeint -> int
Public Function GetParentWindow (ByRef phwndParent As IntPtr) As Integer

Parâmetros

phwndParent
IntPtr

fora Janela pai.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsSplitPane::GetParentWindow(  
   [out] HWND *phwndParent  
);  

Todos os painéis têm a mesma janela pai, que é o pai de todas as janelas filhas criadas por painéis de nó de folha

Aplica-se a