Freigeben über


IEditorOperations.SelectNextSibling-Methode

Wählt das nächste nebengeordnete Element aus.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Sub SelectNextSibling ( _
    extendSelection As Boolean _
)
void SelectNextSibling(
    bool extendSelection
)
void SelectNextSibling(
    bool extendSelection
)
abstract SelectNextSibling : 
        extendSelection:bool -> unit
function SelectNextSibling(
    extendSelection : boolean
)

Parameter

  • extendSelection
    Typ: Boolean

    Beim Wert true wird die Auswahl beim Bewegen der Einfügemarke erweitert. Beim Wert false wird die Auswahl nicht erweitert.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOperations Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace