Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.