Partilhar via


Propriedade IVsTextEditGeneral.VerticalScrollBar

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Property VerticalScrollBar As Boolean
    Get
    Set
bool VerticalScrollBar { get; set; }
property bool VerticalScrollBar {
    bool get ();
    void set (bool value);
}
abstract VerticalScrollBar : bool with get, set
function get VerticalScrollBar () : boolean
function set VerticalScrollBar (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IVsTextEditGeneral Interface

Namespace EnvDTE