Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
sourceStoreId As Guid, _
sourceDiagramId As Guid _
)
'使用
Dim sourceStoreId As Guid
Dim sourceDiagramId As Guid
Dim instance As New GhostShapeCollection(sourceStoreId, _
sourceDiagramId)
public GhostShapeCollection(
Guid sourceStoreId,
Guid sourceDiagramId
)
public:
GhostShapeCollection(
Guid sourceStoreId,
Guid sourceDiagramId
)
public function GhostShapeCollection(
sourceStoreId : Guid,
sourceDiagramId : Guid
)
Parameters
- sourceStoreId
Type: System.Guid
- sourceDiagramId
Type: System.Guid
Permissions
- 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.