Freigeben über


TextSelection.Backspace-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Sub Backspace ( _
    Count As Integer _
)
void Backspace(
    int Count
)
void Backspace(
    [InAttribute] int Count
)
abstract Backspace : 
        Count:int -> unit
function Backspace(
    Count : int
)

Parameter

  • Count
    Typ: Int32

    Die Anzahl der Leerzeichen.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextSelection Schnittstelle

EnvDTE-Namespace