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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)