SelectionState.CoercionCompliantSelection 属性

返回符合强制规则的选择对象的列表。 如果这种选择是强制性的,则返回该强制性选择。如果有强制失败列表将为空。 如果没有强制规则( !IsCoercable ),则返回实际的选择内容。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
Public ReadOnly Property CoercionCompliantSelection As ICollection
public ICollection CoercionCompliantSelection { get; }

属性值

类型:System.Collections.ICollection

.NET Framework 安全性

请参阅

参考

SelectionState 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间