Partager via


IVsSplitPane.GetParentWindow, méthode

Retourne la fenêtre parente du volet.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetParentWindow ( _
    <OutAttribute> ByRef phwndParent As IntPtr _
) As Integer
int GetParentWindow(
    out IntPtr phwndParent
)
int GetParentWindow(
    [OutAttribute] IntPtr% phwndParent
)
abstract GetParentWindow : 
        phwndParent:IntPtr byref -> int
function GetParentWindow(
    phwndParent : IntPtr
) : int

Paramètres

  • phwndParent
    Type : IntPtr%

    [] fenêtre parente.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

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

Tous les volets ont la même fenêtre parente, qui est le parent de toutes les fenêtres enfant créées par des volets de nœud terminal

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitPane Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms