Compartir a través de


IVsTextView.EnsureSpanVisible (Método)

Garantiza que el texto está en la vista, vertical y horizontalmente.

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

Sintaxis

'Declaración
Function EnsureSpanVisible ( _
    span As TextSpan _
) As Integer
int EnsureSpanVisible(
    TextSpan span
)
int EnsureSpanVisible(
    [InAttribute] TextSpan span
)
abstract EnsureSpanVisible : 
        span:TextSpan -> int
function EnsureSpanVisible(
    span : TextSpan
) : int

Parámetros

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 IVsTextView::EnsureSpanVisible(
   [in] TextSpan span
);

Utilice este método para mostrar un intervalo de texto en la vista.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

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