ElementOperations.CanMergeElementGroupPrototype – metoda (ModelElement, ElementGroupPrototype)
Vrátí hodnotu označující, zda může být provedena MergeElementGroupPrototype.
Obor názvů: Microsoft.VisualStudio.Modeling
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntaxe
'Deklarace
Public Overridable Function CanMergeElementGroupPrototype ( _
targetElement As ModelElement, _
elementGroupPrototype As ElementGroupPrototype _
) As Boolean
public virtual bool CanMergeElementGroupPrototype(
ModelElement targetElement,
ElementGroupPrototype elementGroupPrototype
)
Parametry
- targetElement
Typ: Microsoft.VisualStudio.Modeling.ModelElement
ModelElement, který bude sloužit jako cíl obnoveného prvky z ElementGroupPrototype.
- elementGroupPrototype
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
ElementGroupPrototype, který bude rekonstituovaných v úložišti cílový prvek.
Vrácená hodnota
Typ: System.Boolean
Hodnota označující, zda může být provedena MergeElementGroupPrototype.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.