Kommentar
Å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.
Find the correct diagram partition for a merge of the specified ElementGroupPrototype
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Function FindDiagramPartition ( _
groupPrototype As ElementGroupPrototype, _
targetPartition As Partition _
) As Partition
protected virtual Partition FindDiagramPartition(
ElementGroupPrototype groupPrototype,
Partition targetPartition
)
protected:
virtual Partition^ FindDiagramPartition(
ElementGroupPrototype^ groupPrototype,
Partition^ targetPartition
)
abstract FindDiagramPartition :
groupPrototype:ElementGroupPrototype *
targetPartition:Partition -> Partition
override FindDiagramPartition :
groupPrototype:ElementGroupPrototype *
targetPartition:Partition -> Partition
protected function FindDiagramPartition(
groupPrototype : ElementGroupPrototype,
targetPartition : Partition
) : Partition
Parameters
groupPrototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototypeThe EGP being merged, or tested for mergability
targetPartition
Type: Microsoft.VisualStudio.Modeling.PartitionThe partition of the merge target
Return Value
Type: Microsoft.VisualStudio.Modeling.Partition
The partition in which to create diagram elements
.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.