Share via


GhostShapeCollection Constructor (Guid, Guid)

Initializes a new instance of the GhostShapeCollection class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    sourceStoreId As Guid, _
    sourceDiagramId As Guid _
)
public GhostShapeCollection(
    Guid sourceStoreId,
    Guid sourceDiagramId
)
public:
GhostShapeCollection(
    Guid sourceStoreId, 
    Guid sourceDiagramId
)
new : 
        sourceStoreId:Guid * 
        sourceDiagramId:Guid -> GhostShapeCollection
public function GhostShapeCollection(
    sourceStoreId : Guid, 
    sourceDiagramId : Guid
)

Parameters

  • sourceStoreId
    Type: System.Guid
    The Guid of the store from which the ShapeElements originated. The value Guid.Empty can be used if there is no source store.
  • sourceDiagramId
    Type: System.Guid
    The Guid of the diagram from which the ShapeElements originated. The value Guid.Empty can be used if there is no source store.

.NET Framework Security

See Also

Reference

GhostShapeCollection Class

GhostShapeCollection Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace