Compartir a través de


IVsContainedLanguageHostEvents.OnViewChange (Método)

Llamado cuando la vista ha cambiado.

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 OnViewChange ( _
    fTextView As Integer _
) As Integer
int OnViewChange(
    int fTextView
)
int OnViewChange(
    [InAttribute] int fTextView
)
abstract OnViewChange : 
        fTextView:int -> int
function OnViewChange(
    fTextView : int
) : int

Parámetros

  • fTextView
    Tipo: Int32

    [in] Cero (TRUE) si es basado en texto; si no, cero (FALSE), la vista es gráfico (normalmente una ventana del diseñador).

Valor devuelto

Tipo: Int32
Siempre debe devolver S_OK (el valor devuelto es omitido normalmente el lenguaje contenido host).

Comentarios

Prototipo COM

de singlefileeditor.idl:

HRESULT OnViewChange(
   [in] BOOL fTextView
);

Seguridad de .NET Framework

Vea también

Referencia

IVsContainedLanguageHostEvents Interfaz

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