GeneralDiagramSelectionRules.GetCompliantSelection 方法
调用该设计图面允许选择筛选
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
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
)
参数
- currentSelection
类型:Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
[in] 当前选择,在所有 ShapeElements 中添加或移除之前。
- proposedItemsToAdd
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
- proposedItemsToRemove
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection
- primaryItem
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。