GhostShapeCollection Constructor (Guid, Guid)

 

Initializes a new instance of the GhostShapeCollection class.

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

public:
GhostShapeCollection(
	Guid sourceStoreId,
	Guid sourceDiagramId
)

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.

Return to top
Show: