GhostShapeCollection Constructor (Guid, Guid)
Initializes a new instance of the GhostShapeCollection class.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: GuidThe Guid of the store from which the ShapeElements originated. The value Guid.Empty can be used if there is no source store.
sourceDiagramId
Type: GuidThe 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
- 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.