Compartilhar via


Construtor ViewState (ITextView, Double, Double)

Inicializa uma nova instância da ViewState para o modo especificado, largura de visor e altura de visor.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
Public Sub New ( _
    view As ITextView, _
    effectiveViewportWidth As Double, _
    effectiveViewportHeight As Double _
)
public ViewState(
    ITextView view,
    double effectiveViewportWidth,
    double effectiveViewportHeight
)
public:
ViewState(
    ITextView^ view, 
    double effectiveViewportWidth, 
    double effectiveViewportHeight
)
new : 
        view:ITextView * 
        effectiveViewportWidth:float * 
        effectiveViewportHeight:float -> ViewState
public function ViewState(
    view : ITextView, 
    effectiveViewportWidth : double, 
    effectiveViewportHeight : double
)

Parâmetros

  • effectiveViewportWidth
    Tipo: Double

    A largura dessa porta.

  • effectiveViewportHeight
    Tipo: Double

    A altura dessa porta.

Segurança do .NET Framework

Consulte também

Referência

ViewState Classe

Sobrecargas ViewState

Namespace Microsoft.VisualStudio.Text.Editor