Compartir a través de


IVsTextViewEx.GetWindowFrame (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function GetWindowFrame ( _
    <OutAttribute> ByRef ppFrame As Object _
) As Integer
int GetWindowFrame(
    out Object ppFrame
)
int GetWindowFrame(
    [OutAttribute] Object^% ppFrame
)
abstract GetWindowFrame : 
        ppFrame:Object byref -> int
function GetWindowFrame(
    ppFrame : Object
) : int

Parámetros

  • ppFrame
    Tipo: Object%

    [out]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr2.idl:

HRESULT IVsTextViewEx::GetWindowFrame(
   [out]IUnknown ** ppFrame
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextViewEx Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)