Diagram.ShouldExcludeFromInvalidationTracking(ShapeElement) Methode

Definition

Berechnet, ob bestimmte Typen von Formen von der invalidierungsnachverfolgung für das Diagramm ausgeschlossen werden sollen.

Die Basis Implementierung schließt Diagramme und Swimlanes aus.

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

Parameter

shape
ShapeElement

zu überprüfen Form

Gibt zurück

Boolean

true bedeutet, dass Sie von der Nachverfolgung ausgeschlossen wird. false nicht ausschließen.

Gilt für