Method | Description | |
---|---|---|
OnShape ( global::Microsoft.VisualStudio.Modeling.Diagrams shape ) : void |
Called when a shape is encountered during iteration. The shape will be stored if it's orphaned. A shape is considered "orphaned" if: 1) It has a PresentationViewsSubject link out of it, but the Subject cannot be resolved. 2) It is a connector, and the Subject is null (regardless of the existence of PresentationViewsSubject relationship).
|
Method | Description | |
---|---|---|
OrphanedShapeIterator ( global |
Constructor.
|
public OnShape ( global::Microsoft.VisualStudio.Modeling.Diagrams shape ) : void | ||
shape | global::Microsoft.VisualStudio.Modeling.Diagrams | Shape encountered. |
return | void |