Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the selection to a range of child shape fields.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overridable Sub SetSelectionRange ( _
    selection As SelectedShapesCollection, _
    anchorItem As DiagramItem, _
    toItem As DiagramItem _
)
public virtual void SetSelectionRange(
    SelectedShapesCollection selection,
    DiagramItem anchorItem,
    DiagramItem toItem
)
public:
virtual void SetSelectionRange(
    SelectedShapesCollection^ selection, 
    DiagramItem^ anchorItem, 
    DiagramItem^ toItem
)
abstract SetSelectionRange : 
        selection:SelectedShapesCollection * 
        anchorItem:DiagramItem * 
        toItem:DiagramItem -> unit  
override SetSelectionRange : 
        selection:SelectedShapesCollection * 
        anchorItem:DiagramItem * 
        toItem:DiagramItem -> unit
public function SetSelectionRange(
    selection : SelectedShapesCollection, 
    anchorItem : DiagramItem, 
    toItem : DiagramItem
)
Parameters
- selection 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection- The selected shapes. 
- anchorItem 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem- The shape field at the start of the range. 
- toItem 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem- The shape field at the end of the range. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.