VsSplitRootClass.GetWindowHandle, méthode

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

Syntaxe

'Déclaration
Public Overridable Function GetWindowHandle ( _
    <OutAttribute> ByRef phwnd As IntPtr _
) As Integer
public virtual int GetWindowHandle(
    out IntPtr phwnd
)
public:
virtual int GetWindowHandle(
    [OutAttribute] IntPtr% phwnd
)
abstract GetWindowHandle : 
        phwnd:IntPtr byref -> int  
override GetWindowHandle : 
        phwnd:IntPtr byref -> int
public function GetWindowHandle(
    phwnd : IntPtr
) : int

Paramètres

  • phwnd
    Type : IntPtr%

    [out]

Valeur de retour

Type : Int32

Implémentations

IVsSplitRoot.GetWindowHandle(IntPtr%)

Sécurité .NET Framework

Voir aussi

Référence

VsSplitRootClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms