Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.