DesignSurfaceElementOperations.CanMergeElementGroupPrototype, méthode (ModelElement, ProtoElementBase, ElementGroupPrototype)
Ce membre substitue ElementOperations.CanMergeElementGroupPrototype(ModelElement, ProtoElementBase, ElementGroupPrototype).
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Protected Overrides Function CanMergeElementGroupPrototype ( _
targetElement As ModelElement, _
toMergeProtoElement As ProtoElementBase, _
elementGroupPrototype As ElementGroupPrototype _
) As Boolean
protected override bool CanMergeElementGroupPrototype(
ModelElement targetElement,
ProtoElementBase toMergeProtoElement,
ElementGroupPrototype elementGroupPrototype
)
Paramètres
- targetElement
Type : Microsoft.VisualStudio.Modeling.ModelElement
- toMergeProtoElement
Type : Microsoft.VisualStudio.Modeling.ProtoElementBase
- elementGroupPrototype
Type : Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DesignSurfaceElementOperations Classe