GhostShapeCollection.Find(Guid) 方法

定义

获取给定源 ShapeElement guid 的 GhostShape。

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

参数

sourceId
Guid

要查找的源 ShapeElement 的 Guid。

返回

GhostShape

GhostShape。

适用于