GhostShapeCollection.Find(Guid) 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.
Gets the GhostShape given the source ShapeElement guid.
public:
Microsoft::VisualStudio::Modeling::Diagrams::GhostShape ^ Find(Guid sourceId);
public Microsoft.VisualStudio.Modeling.Diagrams.GhostShape Find (Guid sourceId);
member this.Find : Guid -> Microsoft.VisualStudio.Modeling.Diagrams.GhostShape
Public Function Find (sourceId As Guid) As GhostShape
Parameters
- sourceId
- Guid
The Guid of the source ShapeElement to find.
Returns
The GhostShape.