DesignSurfaceElementOperations.CanMergeElementGroupPrototype, méthode (ModelElement, ElementGroupPrototype)
Ce membre substitue ElementOperations.CanMergeElementGroupPrototype(ModelElement, ElementGroupPrototype).
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Public Overrides Function CanMergeElementGroupPrototype ( _
targetElement As ModelElement, _
elementGroupPrototype As ElementGroupPrototype _
) As Boolean
public override bool CanMergeElementGroupPrototype(
ModelElement targetElement,
ElementGroupPrototype elementGroupPrototype
)
Paramètres
- targetElement
Type : Microsoft.VisualStudio.Modeling.ModelElement
- 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