ListField.SetSelectionRange (Método)

Establece la selección en un intervalo de subregistros

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
Public Overrides Sub SetSelectionRange ( _
    selection As SelectedShapesCollection, _
    anchorItem As DiagramItem, _
    toItem As DiagramItem _
)
public override void SetSelectionRange(
    SelectedShapesCollection selection,
    DiagramItem anchorItem,
    DiagramItem toItem
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ListField Clase

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)