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.
Called by the design surface to allow selection filtering
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overrides Function GetCompliantSelection ( _
currentSelection As SelectedShapesCollection, _
proposedItemsToAdd As DiagramItemCollection, _
proposedItemsToRemove As DiagramItemCollection, _
primaryItem As DiagramItem _
) As Boolean
public override bool GetCompliantSelection(
SelectedShapesCollection currentSelection,
DiagramItemCollection proposedItemsToAdd,
DiagramItemCollection proposedItemsToRemove,
DiagramItem primaryItem
)
public:
virtual bool GetCompliantSelection(
SelectedShapesCollection^ currentSelection,
DiagramItemCollection^ proposedItemsToAdd,
DiagramItemCollection^ proposedItemsToRemove,
DiagramItem^ primaryItem
) override
abstract GetCompliantSelection :
currentSelection:SelectedShapesCollection *
proposedItemsToAdd:DiagramItemCollection *
proposedItemsToRemove:DiagramItemCollection *
primaryItem:DiagramItem -> bool
override GetCompliantSelection :
currentSelection:SelectedShapesCollection *
proposedItemsToAdd:DiagramItemCollection *
proposedItemsToRemove:DiagramItemCollection *
primaryItem:DiagramItem -> bool
public override function GetCompliantSelection(
currentSelection : SelectedShapesCollection,
proposedItemsToAdd : DiagramItemCollection,
proposedItemsToRemove : DiagramItemCollection,
primaryItem : DiagramItem
) : boolean
Parameters
- currentSelection
Type: Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
[in] The current selection before any ShapeElements are added or removed.
- proposedItemsToAdd
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
- proposedItemsToRemove
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
- primaryItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Return Value
Type: System.Boolean
.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.