GhostShapeCollection.Find(Guid) Method

Definition

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.

Applies to