Partilhar via


Método VsIntellisenseCompletorClass.GetWindowHandle

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
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

Parâmetros

  • phwnd
    Tipo: IntPtr%

Valor de retorno

Tipo: Int32

Implementações

IVsIntellisenseCompletor.GetWindowHandle(IntPtr%)

Segurança do .NET Framework

Consulte também

Referência

VsIntellisenseCompletorClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop