DiagramSelectionRules.GetCompliantSelection 方法
调用该设计图面允许选择筛选
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Overridable Function GetCompliantSelection ( _
currentSelection As SelectedShapesCollection, _
proposedItemsToAdd As DiagramItemCollection, _
proposedItemsToRemove As DiagramItemCollection, _
primaryItem As DiagramItem _
) As Boolean
public virtual bool GetCompliantSelection(
SelectedShapesCollection currentSelection,
DiagramItemCollection proposedItemsToAdd,
DiagramItemCollection proposedItemsToRemove,
DiagramItem primaryItem
)
参数
- currentSelection
类型:Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
[in] 当前选择,在所有 ShapeElements 中添加或移除之前。
- proposedItemsToAdd
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
[in/out] 要添加的建议 DiagramItems 到选择。
- proposedItemsToRemove
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
[in/out] 从中选择要移除的建议 DiagramItems。
- primaryItem
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
[in/out] 成为的建议 DiagramItem 选择的主要 DiagramItem。null 值表示应该假定在该给定的选择的最后一 DiagramItem 为主 DiagramItem。
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。