IVsLayeredTextView.GetTopmostLayer (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
Function GetTopmostLayer ( _
<OutAttribute> ByRef ppLayer As IVsTextLayer _
) As Integer
int GetTopmostLayer(
out IVsTextLayer ppLayer
)
int GetTopmostLayer(
[OutAttribute] IVsTextLayer^% ppLayer
)
abstract GetTopmostLayer :
ppLayer:IVsTextLayer byref -> int
function GetTopmostLayer(
ppLayer : IVsTextLayer
) : int
Parámetros
ppLayer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLayer%[out] La representación de nivel superior de la vista.
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 textmgr.idl:
HRESULT IVsLayeredTextView::GetTopmostLayer(
[out] IVsTextLayer **ppLayer
);
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)