Diagram.FindShape(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find a shape corresponding to this given element on this diagram
public:
Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ FindShape(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement FindShape (Microsoft.VisualStudio.Modeling.ModelElement element);
member this.FindShape : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Public Function FindShape (element As ModelElement) As ShapeElement
Parameters
- element
- ModelElement