Compartir a través de


TextEditor.VisibleWhitespace (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
Property VisibleWhitespace As Boolean
bool VisibleWhitespace { get; set; }
property bool VisibleWhitespace {
    bool get ();
    void set (bool value);
}
abstract VisibleWhitespace : bool with get, set
function get VisibleWhitespace () : boolean
function set VisibleWhitespace (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

TextEditor Interfaz

EnvDTE (Espacio de nombres)