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.
Performs operation opposite to MergeRelate - i.e. disconnects a given element from the current one (removes links created by MergeRelate).
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Protected Overrides Sub MergeDisconnect ( _
sourceElement As ModelElement _
)
protected override void MergeDisconnect(
ModelElement sourceElement
)
protected:
virtual void MergeDisconnect(
ModelElement^ sourceElement
) override
abstract MergeDisconnect :
sourceElement:ModelElement -> unit
override MergeDisconnect :
sourceElement:ModelElement -> unit
protected override function MergeDisconnect(
sourceElement : ModelElement
)
Parameters
sourceElement
Type: Microsoft.VisualStudio.Modeling.ModelElementElement to be unmerged/disconnected.
.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.