Diagram.ShouldExcludeFromInvalidationTracking(ShapeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算是否应从关系图的失效跟踪中排除特定类型的形状。
基实现不包括关系图和泳道。
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
要检查的形状
返回
如果为 true,则表示从跟踪中排除它;不排除此错误。