Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Function Find ( _
sourceId As Guid _
) As GhostShape
'使用
Dim instance As GhostShapeCollection
Dim sourceId As Guid
Dim returnValue As GhostShape
returnValue = instance.Find(sourceId)
public GhostShape Find(
Guid sourceId
)
public:
GhostShape^ Find(
Guid sourceId
)
public function Find(
sourceId : Guid
) : GhostShape
Parameters
- sourceId
Type: System.Guid
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShape
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.