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.
Find the correct diagram partition for a merge of the specified ElementGroupPrototype
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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.