Diagram.ShouldExcludeFromInvalidationTracking(ShapeElement) 方法

定义

计算是否应从关系图的失效跟踪中排除特定类型的形状。

基实现不包括关系图和泳道。

public:
 virtual bool ShouldExcludeFromInvalidationTracking(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ shape);
public virtual bool ShouldExcludeFromInvalidationTracking (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement shape);
abstract member ShouldExcludeFromInvalidationTracking : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.ShouldExcludeFromInvalidationTracking : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overridable Function ShouldExcludeFromInvalidationTracking (shape As ShapeElement) As Boolean

参数

shape
ShapeElement

要检查的形状

返回

Boolean

如果为 true,则表示从跟踪中排除它;不排除此错误。

适用于