Método TextSelection.Backspace

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
Sub Backspace ( _
    Count As Integer _
)
void Backspace(
    int Count
)
void Backspace(
    [InAttribute] int Count
)
abstract Backspace : 
        Count:int -> unit 
function Backspace(
    Count : int
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TextSelection Interface

Namespace EnvDTE