GhostShapeCollection.Find(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定源 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。